parser start

This commit is contained in:
bronku 2025-11-27 15:45:10 +01:00
parent 7fecbd04b3
commit c76b84682a
14 changed files with 589 additions and 21 deletions

1
test/parser/1.in Normal file
View file

@ -0,0 +1 @@
42

3
test/parser/1.out Normal file
View file

@ -0,0 +1,3 @@
Module
ExprStmt
Number(42)