Support for node traversal and matching #65
Labels
🚀 enhancement
New feature or request
💡 idea
A hair-brained concept
💬 language
Anything to do with the parser/evaluator/VM
🧱 model
Anything 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.
The text was updated successfully, but these errors were encountered: