mirror of
https://github.com/krgamestudios/Toy.git
synced 2026-04-17 15:54:07 +10:00
Depth check
This commit is contained in:
@@ -27,6 +27,7 @@ typedef struct Interpreter {
|
||||
PrintFn assertOutput;
|
||||
PrintFn errorOutput;
|
||||
|
||||
int depth; //don't overflow
|
||||
bool panic;
|
||||
} Interpreter;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user