mirror of
https://github.com/krgamestudios/Toy.git
synced 2026-04-15 23:04:08 +10:00
Tweaked some APIs, hid some functions I don't want in the API
This commit is contained in:
@@ -75,7 +75,7 @@ void repl(const char* initialInput) {
|
||||
|
||||
if (!error) {
|
||||
//get the bytecode dump
|
||||
int size = 0;
|
||||
size_t size = 0;
|
||||
unsigned char* tb = Toy_collateCompiler(&compiler, &size);
|
||||
|
||||
//run the bytecode
|
||||
|
||||
Reference in New Issue
Block a user