please kill me
This commit is contained in:
parent
269b932a3b
commit
712c903849
10 changed files with 260 additions and 1 deletions
15
test/lexer/16.out
Normal file
15
test/lexer/16.out
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue