test names

This commit is contained in:
bronku 2025-11-25 16:50:09 +01:00
parent 330e16df3e
commit 346ea64f91
18 changed files with 0 additions and 0 deletions

View file

@ -1,34 +0,0 @@
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