bastools/README.md

12 lines
528 B
Markdown
Raw Normal View History

2018-06-12 19:41:40 -05:00
# BASIC Tools
2018-05-29 16:24:02 -05:00
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.
2018-05-29 16:24:02 -05:00
# Subprojects
2018-06-19 11:58:05 -05:00
This project is split into multiple sub-projects:
2018-05-29 16:24:02 -05:00
* [api](api) is the Java API
2018-07-12 23:41:35 -05:00
* [bt](tools/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](tools/st) is a command-line tool for working with Applesoft Shape Tables.