mirror of
https://github.com/krgamestudios/Toy.git
synced 2026-04-15 14:54:07 +10:00
Removed debug display
This commit is contained in:
@@ -177,12 +177,6 @@ void repl() {
|
|||||||
int size = 0;
|
int size = 0;
|
||||||
unsigned char* tb = collateCompiler(&compiler, &size);
|
unsigned char* tb = collateCompiler(&compiler, &size);
|
||||||
|
|
||||||
for (int i = 0; i < size; i++) {
|
|
||||||
printf("%d ", tb[i]);
|
|
||||||
}
|
|
||||||
|
|
||||||
printf("\n");
|
|
||||||
|
|
||||||
//run the bytecode
|
//run the bytecode
|
||||||
initInterpreter(&interpreter, tb, size);
|
initInterpreter(&interpreter, tb, size);
|
||||||
runInterpreter(&interpreter);
|
runInterpreter(&interpreter);
|
||||||
|
|||||||
Reference in New Issue
Block a user