Commit Graph

19 Commits

Author SHA1 Message Date
Rob Greene 87336e7d97 Fixing typo. 2023-10-30 12:59:09 -05:00
Rob Greene 5e72a68c42 Adding a "wrapper" capability to help with DOS rewriting application. #24 2023-10-30 12:53:33 -05:00
Rob Greene 02269e8abb Using the same version of Gradle across all AppleCommander projects. #21 2023-10-29 14:35:21 -05:00
Rob Greene ca87be4733 Updating version of Picocli. 2023-10-29 13:55:46 -05:00
dependabot[bot] 9f657dc531
Bump net.sf.applecommander:applesingle-api from 1.2.1 to 1.2.2
Bumps [net.sf.applecommander:applesingle-api](https://github.com/AppleCommander/applesingle) from 1.2.1 to 1.2.2.
- [Release notes](https://github.com/AppleCommander/applesingle/releases)
- [Commits](https://github.com/AppleCommander/applesingle/compare/v1.2.1...v1.2.2)

---
updated-dependencies:
- dependency-name: net.sf.applecommander:applesingle-api
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-28 17:51:37 +00:00
Rob Greene 71f28fccc0 First round of updates. Leaving publication and the mainClassName
reference for later. #21
2020-11-24 19:36:34 -06:00
kris 7939985f89 Add a comment explaining what is going on 2019-07-20 15:54:34 -05:00
kris f7b5b050dd Support parsing '?' tokens, which is a shorthand for 'PRINT'. 2019-07-20 15:52:01 -05:00
Rob Greene 801ce68525 Updating README to include current help text. 2018-11-21 15:15:23 -06:00
Rob Greene 9078361a18 Adding an optimization to shorten variable names to 1 or 2 characters.
This allows more useful variable names in the program.
2018-07-16 22:16:59 -05:00
Rob Greene 88ce03e970 Renaming project from bastokenizer to bastools to capture the ... expansion of its capabilities! 2018-06-12 19:39:33 -05:00
Rob Greene d49a604412 Altering errors to not print a stack trace unless --debug is specified. 2018-06-10 19:17:19 -05:00
Rob Greene 1fd8afefcd Updating optimization docs for ticket #4. 2018-06-10 10:46:26 -05:00
Rob Greene 4d6e608f59 Optimization to move constant values into variables. Closes #4. 2018-06-10 10:39:14 -05:00
Rob Greene 4fb2cfe558 Bumping AppleSingle version. 2018-06-08 22:42:34 -05:00
Rob Greene 9446fe4126 Adding a version to the BT API. 2018-06-08 22:42:11 -05:00
Rob Greene b34e7f0734 Fixing dependencies. 2018-05-29 21:06:16 -05:00
Rob Greene 6eecf14289 Updating README's. 2018-05-29 16:24:02 -05:00
Rob Greene 88cb3d18da Migrated to Gradle; spearated into 'api' and 'tools/bt' projects. Closes #15. 2018-05-28 22:33:41 -05:00