tweaked the lexer to always have DEBUG of 0 and updated .tok file logic in runner

This commit is contained in:
Partho Bhattacharya
2025-02-13 18:51:31 -05:00
parent 3125d14942
commit f64a4633f7
16 changed files with 2783 additions and 17 deletions

9
test_comments.tok Normal file
View File

@ -0,0 +1,9 @@
1 1 700 "(* hello *)"
2 1 700 "(* hello *)"
3 1 700 "(* I'd think this is a legal "string" that contains several \n \t
escaped characters, isn't it? *)"
4 1 700 "(* \ *)"
5 1 700 "(* *)"
6 1 700 "(*{COMMENT}+ *)"
7 1 700 "(* * *)"
8 1 700 "(* (hello) *)"