Commit Graph

32 Commits

Author SHA1 Message Date
Rob Greene
ca87be4733 Updating version of Picocli. 2023-10-29 13:55:46 -05:00
dependabot[bot]
8e8bf72618
Bump net.sf.applecommander:AppleCommander from 1.4.0 to 1.8.0
Bumps [net.sf.applecommander:AppleCommander](https://github.com/AppleCommander/AppleCommander) from 1.4.0 to 1.8.0.
- [Release notes](https://github.com/AppleCommander/AppleCommander/releases)
- [Commits](https://github.com/AppleCommander/AppleCommander/commits/1.8.0)

---
updated-dependencies:
- dependency-name: net.sf.applecommander:AppleCommander
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-28 17:54:35 +00: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
b9f2eb28d1 Updating README. #16. 2018-06-24 15:45:27 -05:00
Rob Greene
15953e9d0d Updating 'st' README. #16. 2018-06-24 15:38:21 -05:00
Rob Greene
89262427bb Changing shape demo code to (hopefully) be a bit more generic. #16. 2018-06-24 15:13:27 -05:00
Rob Greene
33289a18fb Adding shape optimization flag. #16. 2018-06-24 15:13:04 -05:00
Rob Greene
c16f9c674a Making shape demo disk autostart. #16. 2018-06-24 15:12:27 -05:00
Rob Greene
f025fef9bb Extract command now supports various ranges for shape numbers as well as
exporting to code. #16.
2018-06-23 23:13:17 -05:00
Rob Greene
09fd3a4bca Adding width of shape to calculations. #16. 2018-06-23 23:10:56 -05:00
Rob Greene
208eeb8b51 Generate subcommand can now generate a demo disk for shapes. #16. 2018-06-19 21:47:29 -05:00
Rob Greene
b9ce5e434d Allow generating to AppleSingle format. #16. 2018-06-19 20:39:39 -05:00
Rob Greene
be6670d05a Updating READMEs. 2018-06-19 20:09:53 -05:00
Rob Greene
707b567b96 Adding generate subcommand. #16. 2018-06-19 20:09:39 -05:00
Rob Greene
590314877b Switching around the extract command a bit to match others. 2018-06-19 20:09:03 -05:00
Rob Greene
0e7fedde33 Updating README. 2018-06-19 11:58:05 -05:00
Rob Greene
6a26e37330 Allowing image extraction of shapes. #16. 2018-06-19 11:57:58 -05:00
Rob Greene
37683e1852 Early work on shape tools and 'st' command. 2018-06-17 19:03:48 -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