updated grammar to pass up instances. Still need IR to compile to properly emit

This commit is contained in:
Partho
2025-04-23 18:49:09 -04:00
parent 7a49701712
commit e0c577a7ef
5 changed files with 305 additions and 111 deletions

View File

@ -3,5 +3,5 @@ function entry: main
entry(arg) := {
[integer : x]
return 0;
return 2;
}