first test

This commit is contained in:
bronku 2025-11-21 17:45:39 +01:00
parent c499eceaa3
commit 1ce662294b

14
test/lexer/1.out Normal file
View 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