mirror of
https://github.com/krgamestudios/Toy.git
synced 2026-04-17 15:54:07 +10:00
Expression statements and assignemnts are working
This commit is contained in:
@@ -14,7 +14,7 @@ typedef struct Interpreter {
|
||||
unsigned char* bytecode;
|
||||
int length;
|
||||
int count;
|
||||
LiteralArray literalCache; //read-only - built from the bytecode
|
||||
LiteralArray literalCache; //read-only - built from the bytecode, refreshed each time new bytecode is provided
|
||||
|
||||
//operation
|
||||
Scope* scope;
|
||||
|
||||
Reference in New Issue
Block a user