first test
This commit is contained in:
parent
c499eceaa3
commit
1ce662294b
1 changed files with 14 additions and 0 deletions
14
test/lexer/1.out
Normal file
14
test/lexer/1.out
Normal file
|
|
@ -0,0 +1,14 @@
|
||||||
|
IDENTIFIER hello
|
||||||
|
EQUALS
|
||||||
|
NUMBER 42
|
||||||
|
NEWLINE
|
||||||
|
IDENTIFIER name
|
||||||
|
EQUALS
|
||||||
|
STRING "world"
|
||||||
|
NEWLINE
|
||||||
|
IDENTIFIER x
|
||||||
|
PLUS
|
||||||
|
IDENTIFIER y
|
||||||
|
MINUS
|
||||||
|
IDENTIFIER z
|
||||||
|
EOF
|
||||||
Loading…
Add table
Add a link
Reference in a new issue