Commit e23541c 1 parent 379e808 commit e23541c Copy full SHA for e23541c
File tree 1 file changed +9
-8
lines changed
1 file changed +9
-8
lines changed Original file line number Diff line number Diff line change @@ -540,20 +540,21 @@ github release or run `make cfiles`.
540
540
541
541
## Testing
542
542
543
- Run ` make check ` to try out the tokenizer on some [ sample Model 100
544
- programs] ( https://github.com/hackerb9/tokenize/tree/main/samples ) and
545
- some strange ones designed specifically to exercise peculiar syntax.
546
- The program ` bacmp ` is used to compare the generated .BA file with one
547
- created on hackerb9's Tandy 200.
543
+ Run ` make check ` to test this tokenizer on some [ sample Model 100
544
+ programs] ( https://github.com/hackerb9/tokenize/tree/main/samples )
545
+ including some strange ones designed specifically to exercise peculiar
546
+ syntax. The program ` bacmp ` is used to compare the generated .BA file
547
+ with one created on hackerb9's Tandy 200.
548
548
549
- Note that without m100-sanity, the SCRAMB.DO test, whose input is
550
- scrambled and redundant, would fail.
549
+ For example,
550
+ [ SCRAMB.DO] ( https://github.com/hackerb9/tokenize/blob/main/samples/SCRAMB.DO )
551
+ has input that is scrambled and redundant to check if m100-sanity is
552
+ working correctly.
551
553
552
554
``` BASIC
553
555
20 GOTO 10
554
556
10 GOTO 10
555
557
10 PRINT "!dlroW ,olleH"
556
-
557
558
```
558
559
559
560
## bacmp: BASIC comparator
You can’t perform that action at this time.
0 commit comments