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,15 +0,0 @@
IDENTIFIER hello
ASSIGN
NUMBER 42
NEWLINE
IDENTIFIER name
ASSIGN
STRING "world"
NEWLINE
IDENTIFIER x
PLUS
IDENTIFIER y
MINUS
IDENTIFIER z
NEWLINE
EOF