mirror of
https://github.com/krgamestudios/Toy.git
synced 2026-04-17 15:54:07 +10:00
WIP, Functions are declared, still not called
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
//runtime module info
|
||||
typedef struct Toy_Module {
|
||||
//closure support - points to parent scope
|
||||
Toy_Scope* scopePtr;
|
||||
Toy_Scope* parentScope;
|
||||
|
||||
unsigned char* code;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user