Skip to content

Commit e23541c

Browse files
committed
Link SCRAMB.DO
1 parent 379e808 commit e23541c

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

README.md

+9-8
Original file line numberDiff line numberDiff line change
@@ -540,20 +540,21 @@ github release or run `make cfiles`.
540540

541541
## Testing
542542

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

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

552554
``` BASIC
553555
20 GOTO 10
554556
10 GOTO 10
555557
10 PRINT "!dlroW ,olleH"
556-
557558
```
558559

559560
## bacmp: BASIC comparator

0 commit comments

Comments
 (0)