Updating README.

This commit is contained in:
Rob Greene 2018-07-12 23:41:35 -05:00
parent aa29fb8399
commit 446d06af1d
1 changed files with 2 additions and 2 deletions

View File

@ -7,5 +7,5 @@ This project is an offshoot of AppleCommander's import of a BASIC program. The
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.
* [st](tools/st) is a command-line took for working with Applesoft Shape Tables.
* [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.