WIP Adding for-loop to parser & compiler

This commit is contained in:
2026-05-21 11:26:59 +10:00
parent 750ebd1f99
commit 813da3e1aa
8 changed files with 103 additions and 6 deletions
+1
View File
@@ -1060,6 +1060,7 @@ static unsigned int process(Toy_VM* vm) {
processIndex(vm);
break;
case TOY_OPCODE_ITERABLE: //tmp
case TOY_OPCODE_UNUSED:
case TOY_OPCODE_PASS:
case TOY_OPCODE_ERROR: