From e4145576cce122121f48b5f128bd8b4232aadb76 Mon Sep 17 00:00:00 2001 From: Rob Greene Date: Tue, 12 Jun 2018 19:41:40 -0500 Subject: [PATCH] Quick fixes for name change. --- README.md | 2 +- api/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e3d1b30..0445153 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/api/README.md b/api/README.md index 36e942c..50198a4 100644 --- a/api/README.md +++ b/api/README.md @@ -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