Quick fixes for name change.

This commit is contained in:
Rob Greene 2018-06-12 19:41:40 -05:00
parent 88ce03e970
commit e4145576cc
2 changed files with 2 additions and 2 deletions

View File

@ -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.

View File

@ -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