An Applesoft BASIC tool library and command-line tool.
Go to file
dependabot[bot] 0507c2b24a
Bump org.springframework.boot from 2.7.17 to 3.2.5
Bumps [org.springframework.boot](https://github.com/spring-projects/spring-boot) from 2.7.17 to 3.2.5.
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](https://github.com/spring-projects/spring-boot/compare/v2.7.17...v3.2.5)

---
updated-dependencies:
- dependency-name: org.springframework.boot
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-22 00:54:05 +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 org.springframework.boot from 2.7.17 to 3.2.5 2024-04-22 00:54:05 +00:00
.gitignore Extensive remodeling for slightly more complex directives. Adding 2018-07-12 23:37:19 -05:00
LICENSE Renaming project from bastokenizer to bastools to capture the ... expansion of its capabilities! 2018-06-12 19:39:33 -05:00
README.md Updating README. 2018-07-12 23:41:35 -05:00
build.gradle Gradle tweaks: fix for Oracle javadoc doclint strictness; made the signing task a bit more intelligent. 2018-05-29 10:35:40 -05:00
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
settings.gradle Early work on shape tools and 'st' command. 2018-06-17 19:03:48 -05:00

README.md

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.