mirror of
https://github.com/krgamestudios/Toy.git
synced 2026-04-19 16:54:08 +10:00
Fixed an non-optimized grouping bug
This commit is contained in:
@@ -133,6 +133,12 @@ void repl() {
|
||||
int size = 0;
|
||||
char* tb = collateCompiler(&compiler, &size);
|
||||
|
||||
// for (int i = 0; i < size; i++) {
|
||||
// printf("%d ", tb[i]);
|
||||
// }
|
||||
|
||||
// printf("\n");
|
||||
|
||||
//run the bytecode
|
||||
initInterpreter(&interpreter, tb, size);
|
||||
runInterpreter(&interpreter);
|
||||
|
||||
Reference in New Issue
Block a user