lexer debug utils

This commit is contained in:
bronku 2025-11-21 11:45:43 +01:00
parent df3a8b58b0
commit 87fb5da13d
9 changed files with 89 additions and 3 deletions

3
test/lexer/3.in Normal file
View file

@ -0,0 +1,3 @@
x == y != z < > <= >=
a + b - c * d / e % f
( ) [ ] { } , : . ;