mirror of
https://github.com/krgamestudios/Toy.git
synced 2026-04-16 07:14:07 +10:00
Resolved #45, Exports region removed
This commit is contained in:
@@ -21,8 +21,7 @@ typedef struct Interpreter {
|
||||
Scope* scope;
|
||||
LiteralArray stack;
|
||||
|
||||
LiteralDictionary* exports; //read-write - interface with Toy from C - this is a pointer, since it works at a script-level
|
||||
LiteralDictionary* exportTypes;
|
||||
//Library APIs
|
||||
LiteralDictionary* hooks;
|
||||
|
||||
//debug outputs
|
||||
|
||||
Reference in New Issue
Block a user