mirror of
https://github.com/krgamestudios/Toy.git
synced 2026-04-15 14:54:07 +10:00
Fixed jumps in functions issue
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user