mirror of
https://github.com/krgamestudios/Toy.git
synced 2026-04-17 15:54:07 +10:00
Minor tweaks
This commit is contained in:
@@ -79,6 +79,8 @@ void writeCompiler(Compiler* compiler, Node* node) {
|
||||
writeCompiler(compiler, node->grouping.child);
|
||||
compiler->bytecode[compiler->count++] = (unsigned char)OP_GROUPING_END; //1 byte
|
||||
break;
|
||||
|
||||
//TODO: conditional
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user