mirror of
https://github.com/AppleCommander/bastools.git
synced 2024-12-31 12:29:41 +00:00
Quick fixes for name change.
This commit is contained in:
parent
88ce03e970
commit
e4145576cc
@ -1,4 +1,4 @@
|
||||
# BASIC Tokenizer
|
||||
# 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.
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
# BT API
|
||||
|
||||
The BASIC Tokenizer API is a set of reusable code that can be used to parse a text-based AppleSoft BASIC program an generate the appropriate tokens. It also has multiple types of visitors that can re-write that parse tree to rearrange the code (calling them optimizations is a bit over-the-top).
|
||||
The BASIC Tools API is a set of reusable code that can be used to parse a text-based Applesoft BASIC program an generate the appropriate tokens. It also has multiple types of visitors that can re-write that parse tree to rearrange the code (calling them optimizations is a bit over-the-top).
|
||||
|
||||
## Maven / Gradle
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user