We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f2b70d commit da01bbaCopy full SHA for da01bba
README.md
@@ -1,9 +1,9 @@
1
# Model 100 Tokenizer in C
2
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.
+An external "tokenizer" for the TRS-80 Model 100 BASIC language.
+Converts BASIC programs in ASCII text (`.DO`) to executable BASIC
+(`.BA`) on a host machine. Useful for large programs which the Model
+100 cannot tokenize due to memory limitations.
7
8
$ cat FOO.DO
9
10 ?"Hello!"
0 commit comments