Fixed jumps in functions issue

This commit is contained in:
2022-09-03 07:57:25 +01:00
parent d2aacea8c5
commit 4ad33a3082
7 changed files with 183 additions and 45 deletions

View File

@@ -150,13 +150,14 @@ int main() {
{
//run each file in ../scripts/test/
int count = 12;
int count = 13;
char* filenames[] = {
"arithmetic.toy",
"casting.toy",
"comparisons.toy",
"functions.toy",
"jumps.toy",
"jumps-in-functions.toy",
"logicals.toy",
"long-array.toy",
"long-dictionary.toy",