updated grammar to pass up instances. Still need IR to compile to properly emit
This commit is contained in:
@ -3,5 +3,5 @@ function entry: main
|
||||
|
||||
entry(arg) := {
|
||||
[integer : x]
|
||||
return 0;
|
||||
return 2;
|
||||
}
|
Reference in New Issue
Block a user