Parse parameter list

This commit is contained in:
2024-03-28 00:55:13 +01:00
parent 12869f0ec7
commit 90430c47f4
10 changed files with 76 additions and 14 deletions

View File

@ -0,0 +1,5 @@
proc f(a: Int) writei(a);
begin
f(5)
end.