indention start

This commit is contained in:
bronku 2025-11-25 13:53:50 +01:00
parent 1c21aede4b
commit 5062a9b588
12 changed files with 268 additions and 48 deletions

34
test/lexer/4.out Normal file
View file

@ -0,0 +1,34 @@
IDENTIFIER x
EQ
IDENTIFIER y
NE
IDENTIFIER z
LT
GT
LTE
GTE
NEWLINE
IDENTIFIER a
PLUS
IDENTIFIER b
MINUS
IDENTIFIER c
MULTIPLY
IDENTIFIER d
DIVIDE
IDENTIFIER e
MODULO
IDENTIFIER f
NEWLINE
L_PAREN
R_PAREN
L_BRACKET
R_BRACKET
L_BRACE
R_BRACE
COMMA
COLON
DOT
SEMICOLON
NEWLINE
EOF