Added some node functionality to scripts

This commit is contained in:
2022-10-07 10:25:09 +01:00
parent ecaf554b9a
commit 6b5cd7f580
5 changed files with 306 additions and 19 deletions

View File

@@ -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;