mirror of
https://github.com/krgamestudios/Toy.git
synced 2026-04-19 16:54:08 +10:00
Import and export are working
This commit is contained in:
@@ -21,7 +21,8 @@ typedef struct Interpreter {
|
||||
LiteralArray stack;
|
||||
|
||||
//output
|
||||
// LiteralDictionary exports; //TODO: read-write - interface with Toy from C
|
||||
LiteralDictionary* exports; //read-write - interface with Toy from C - this is a pointer, since it works at a script-level
|
||||
LiteralDictionary* exportTypes;
|
||||
PrintFn printOutput;
|
||||
PrintFn assertOutput;
|
||||
PrintFn errorOutput;
|
||||
|
||||
Reference in New Issue
Block a user