mirror of
https://github.com/AppleCommander/bastools.git
synced 2024-12-21 23:29:31 +00:00
12 lines
528 B
Markdown
12 lines
528 B
Markdown
# 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](api) is the Java API
|
|
* [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.
|