bastools/README.md

12 lines
528 B
Markdown
Raw Permalink Normal View History

2018-06-13 00:41:40 +00:00
# BASIC Tools
2018-05-29 21:24:02 +00: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 21:24:02 +00:00
# Subprojects
2018-06-19 16:58:05 +00:00
This project is split into multiple sub-projects:
2018-05-29 21:24:02 +00:00
* [api](api) is the Java API
2018-07-13 04:41:35 +00: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.