-
-
Notifications
You must be signed in to change notification settings - Fork 3
Support for node traversal and matching #65
Copy link
Copy link
Open
Labels
💡 ideaA hair-brained conceptA hair-brained concept💬 languageAnything to do with the parser/evaluator/VMAnything to do with the parser/evaluator/VM🚀 enhancementNew feature or requestNew feature or request🧱 modelAnything to do with the underlying graph/value modelAnything to do with the underlying graph/value model
Metadata
Metadata
Assignees
Labels
💡 ideaA hair-brained conceptA hair-brained concept💬 languageAnything to do with the parser/evaluator/VMAnything to do with the parser/evaluator/VM🚀 enhancementNew feature or requestNew feature or request🧱 modelAnything to do with the underlying graph/value modelAnything to do with the underlying graph/value model
Since I ditched queries, I haven't revisited the idea of manipulating a node tree. However, since I have recursive functions now, rewriting a tree ought to be a simpler operation. What's missing is:
An additional nice to have would be:
Adding these operations would allow for manipulating trees, but also allow nodes to be used as arbitrary data structures.