Function declaration seems to work

This commit is contained in:
2022-08-25 15:19:08 +01:00
parent 4f70bea808
commit 041fe99e01
13 changed files with 615 additions and 93 deletions

View File

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