If-then-else is working with jump statements

This commit is contained in:
2022-08-20 12:38:29 +01:00
parent cbdfcbcc14
commit 975ed41d14
8 changed files with 223 additions and 2 deletions

View File

@@ -14,6 +14,7 @@ typedef struct Interpreter {
unsigned char* bytecode;
int length;
int count;
int codeStart;
LiteralArray literalCache; //read-only - built from the bytecode, refreshed each time new bytecode is provided
//operation