An Applesoft BASIC tool library and command-line tool.
Go to file
Rob Greene 2a091d690d Adding Maven/Gradle notes. 2018-05-29 21:13:35 -05:00
api Adding Maven/Gradle notes. 2018-05-29 21:13:35 -05:00
gradle/wrapper Migrated to Gradle; spearated into 'api' and 'tools/bt' projects. Closes #15. 2018-05-28 22:33:41 -05:00
tools/bt Fixing dependencies. 2018-05-29 21:06:16 -05:00
.gitignore Migrated to Gradle; spearated into 'api' and 'tools/bt' projects. Closes #15. 2018-05-28 22:33:41 -05:00
LICENSE Add LICENSE 2018-05-13 17:11:46 +00:00
README.md Updating README's. 2018-05-29 16:24:02 -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 Migrated to Gradle; spearated into 'api' and 'tools/bt' projects. Closes #15. 2018-05-28 22:33:41 -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 Migrated to Gradle; spearated into 'api' and 'tools/bt' projects. Closes #15. 2018-05-28 22:33:41 -05:00

README.md

BASIC Tokenizer

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 two sub-projects:

  • api is the Java API
  • bt is a command-line tool for tokenizing AppleSoft BASIC programs.