additional test

This commit is contained in:
bronku 2025-11-25 16:48:33 +01:00
parent 38438904dc
commit 330e16df3e
21 changed files with 302 additions and 4 deletions

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

@ -0,0 +1,16 @@
KW_IF
IDENTIFIER cond
COLON
NEWLINE
INDENT
KW_PASS
NEWLINE
DEDENT
KW_ELSE
COLON
NEWLINE
INDENT
KW_PASS
NEWLINE
DEDENT
EOF