mirror of
https://github.com/krgamestudios/Toy.git
synced 2026-04-15 14:54:07 +10:00
Added panic state to Toy_Compiler to catch a certain condition
This commit is contained in:
@@ -11,6 +11,7 @@ typedef struct Toy_Compiler {
|
||||
unsigned char* bytecode;
|
||||
int capacity;
|
||||
int count;
|
||||
bool panic;
|
||||
} Toy_Compiler;
|
||||
|
||||
TOY_API void Toy_initCompiler(Toy_Compiler* compiler);
|
||||
|
||||
Reference in New Issue
Block a user