new tests

This commit is contained in:
bronku 2025-11-28 13:34:33 +01:00
parent 47c455a73c
commit 2c72168e18
36 changed files with 184 additions and 0 deletions

9
test/parser/25.out Normal file
View file

@ -0,0 +1,9 @@
Module
While
Identifier(x)
Assign
Identifier(x)
BinOp(-)
Identifier(x)
Number(1)