An Applesoft BASIC tool library and command-line tool.
Go to file
Rob Greene aa29fb8399 Extensive remodeling for slightly more complex directives. Adding
$shape. #16.
2018-07-12 23:37:19 -05:00
api Extensive remodeling for slightly more complex directives. Adding 2018-07-12 23:37:19 -05:00
gradle/wrapper Updating Gradle. 2018-06-12 22:31:50 -05:00
tools Updating README. #16. 2018-06-24 15:45:27 -05: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-06-19 11:58:05 -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 Renaming project from bastokenizer to bastools to capture the ... expansion of its capabilities! 2018-06-12 19:39:33 -05:00
gradlew Migrated to Gradle; spearated into 'api' and 'tools/bt' projects. Closes #15. 2018-05-28 22:33:41 -05:00
gradlew.bat Migrated to Gradle; spearated into 'api' and 'tools/bt' projects. Closes #15. 2018-05-28 22:33:41 -05: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.
  • st is a command-line took for working with Applesoft Shape Tables.