Implemented function calls

This commit is contained in:
Eduard Urbach 2024-06-18 16:42:56 +02:00
parent 086998a0c3
commit 76db8feee3
No known key found for this signature in database
GPG key ID: C874F672B1AF20C0
11 changed files with 114 additions and 62 deletions

View file

@ -1,7 +1,3 @@
main() {
()
1+(2*3)
(1+2)
f(x)
(a+b)(c)
return 1+2*3
}