An Applesoft BASIC tool library and command-line tool.
Go to file
2018-11-21 15:15:23 -06:00
api Tweaking to handle empty lines a bit better for #18. 2018-11-21 14:34:03 -06:00
gradle/wrapper Updating Gradle. 2018-06-12 22:31:50 -05:00
samples Reordered the erase to do the sub before the depthcharge. 2018-07-16 22:21:15 -05:00
tools Updating README to include current help text. 2018-11-21 15:15:23 -06:00
.gitignore Extensive remodeling for slightly more complex directives. Adding 2018-07-12 23:37:19 -05:00
build.gradle
gradle.properties
gradlew
gradlew.bat
LICENSE
README.md Updating README. 2018-07-12 23:41:35 -05:00
settings.gradle Early work on shape tools and 'st' command. 2018-06-17 19:03:48 -05:00

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.