tweaked the lexer to always have DEBUG of 0 and updated .tok file logic in runner
This commit is contained in:
9
test_comments.tok
Normal file
9
test_comments.tok
Normal 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) *)"
|
Reference in New Issue
Block a user