Expand description
Transform a tree-sitter tree into the Ast ECS via recursive decent While parsing we keep a mutable state to store entities and errors
Structsยง
- Visitor
Collapse ๐
Functionsยง
- visit_
blk_ ๐decl - visit_
feature ๐ - visit_
features ๐ - visit_
group ๐ - visits all valid children of a tree-sitter (red tree) recursively to translate them into the Collapse struct
- visit_
top_ ๐lvl