please kill me

This commit is contained in:
bronku 2025-11-25 18:08:55 +01:00
parent 269b932a3b
commit 712c903849
10 changed files with 260 additions and 1 deletions

15
test/lexer/16.out Normal file
View file

@ -0,0 +1,15 @@
IDENTIFIER x
ASSIGN
NUMBER 1
LSHIFT
NUMBER 2
RSHIFT
NUMBER 3
BIT_AND
NUMBER 4
BIT_OR
NUMBER 5
BIT_XOR
NUMBER 6
NEWLINE
EOF