Function calls, with args and single returns are working

This commit is contained in:
2022-08-26 01:48:26 +01:00
parent 041fe99e01
commit a4f1e048e9
11 changed files with 316 additions and 83 deletions

View File

@@ -129,6 +129,7 @@ void runSource(char* source) {
// for (size_t i = 0; i < size; i++) {
// printf("%d, ", tb[i]);
// }
// printf("\n");
runBinary(tb, size);
}