mirror of
https://github.com/krgamestudios/Toy.git
synced 2026-04-17 15:54:07 +10:00
Interpreter adopts inner interpreter panic state on assert failure
This commit is contained in:
@@ -25,6 +25,8 @@ typedef struct Interpreter {
|
||||
// LiteralDictionary exports; //TODO: read-write - interface with Toy from C
|
||||
PrintFn printOutput;
|
||||
PrintFn assertOutput;
|
||||
|
||||
bool panic;
|
||||
} Interpreter;
|
||||
|
||||
void initInterpreter(Interpreter* interpreter);
|
||||
|
||||
Reference in New Issue
Block a user