Skip to content

Commit da01bba

Browse files
committed
Grammar
1 parent 2f2b70d commit da01bba

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# Model 100 Tokenizer in C
22

3-
An external "tokenizer" for TRS-80 Model 100 (AKA "M100") BASIC
4-
language. Converts BASIC programs in ASCII text (`.DO`) to executable
5-
BASIC (`.BA`) on a host machine. Useful for large programs which the
6-
Model 100 cannot tokenize due to memory limitations.
3+
An external "tokenizer" for the TRS-80 Model 100 BASIC language.
4+
Converts BASIC programs in ASCII text (`.DO`) to executable BASIC
5+
(`.BA`) on a host machine. Useful for large programs which the Model
6+
100 cannot tokenize due to memory limitations.
77

88
$ cat FOO.DO
99
10 ?"Hello!"

0 commit comments

Comments
 (0)