An Applesoft BASIC tool library and command-line tool.
Go to file
dependabot[bot] 66f5eb0144
Bump info.picocli:picocli from 4.7.5 to 4.7.6
Bumps [info.picocli:picocli](https://github.com/remkop/picocli) from 4.7.5 to 4.7.6.
- [Release notes](https://github.com/remkop/picocli/releases)
- [Changelog](https://github.com/remkop/picocli/blob/main/RELEASE-NOTES.md)
- [Commits](https://github.com/remkop/picocli/compare/v4.7.5...v4.7.6)

---
updated-dependencies:
- dependency-name: info.picocli:picocli
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-05-13 00:52:31 +00:00
.github Using the same version of Gradle across all AppleCommander projects. #21 2023-10-29 14:35:21 -05:00
.vscode First round of updates. Leaving publication and the mainClassName 2020-11-24 19:36:34 -06:00
api Fixing Maven publish artifactId. 2023-10-31 18:27:37 -05:00
gradle/wrapper Using the same version of Gradle across all AppleCommander projects. #21 2023-10-29 14:35:21 -05:00
samples Reordered the erase to do the sub before the depthcharge. 2018-07-16 22:21:15 -05:00
tools Bump info.picocli:picocli from 4.7.5 to 4.7.6 2024-05-13 00:52:31 +00:00
.gitignore
build.gradle
gradle.properties Bumping minor version since there is an enhancement. 2023-10-30 12:59:39 -05:00
gradlew Using the same version of Gradle across all AppleCommander projects. #21 2023-10-29 14:35:21 -05:00
gradlew.bat First round of updates. Leaving publication and the mainClassName 2020-11-24 19:36:34 -06:00
LICENSE
README.md
settings.gradle

BASIC Tools

This project is an offshoot of AppleCommander's import of a BASIC program. The tooling will have more capabilities than what is available in AppleCommander.

Subprojects

This project is split into multiple sub-projects:

  • api is the Java API
  • bt is a command-line tool for tokenizing Applesoft BASIC programs, including extensions for new directives (such as embedding a shapetable into the application).
  • st is a command-line tool for working with Applesoft Shape Tables.