Added some node functionality to scripts
This commit is contained in:
@@ -14,6 +14,7 @@ typedef struct _engineNode {
|
||||
EngineNode* children;
|
||||
int capacity;
|
||||
int count; //includes tombstones
|
||||
//TODO: add "liveCount"
|
||||
|
||||
//toy functions, stored in a dict for flexibility
|
||||
LiteralDictionary* functions;
|
||||
|
||||
Reference in New Issue
Block a user