Parse call statements

This commit is contained in:
2024-09-24 22:20:57 +02:00
parent e66ccf46f4
commit b30bbcab28
10 changed files with 139 additions and 130 deletions

3
tests/vm/print0.elna Normal file
View File

@@ -0,0 +1,3 @@
proc main() {
printi(0);
}