Structs§
- Error
Node View - Generated
Attrs - Type-erased generated-rule attributes stored only for rules that use them.
- Missing
Child Error - A required grammar child was absent from a recovered parse tree.
- Node
- Node
Children - NodeId
- Parse
Tree Descendants - Parse
Tree Stats - Parse
Tree Storage - Flat, structure-of-arrays concrete syntax tree storage.
- Parse
Tree Walker - Parsed
File - Parser
Rule Context - Transient builder for one open rule.
- Rule
Node View - Terminal
Node View
Enums§
Traits§
- AsRule
Node - Exposes the stored rule node behind a completed generated context.
- From
Rule Node - Parse
Tree Listener - Parse
Tree Visitor - Value-returning, caller-directed traversal over a completed parse tree.
Type Aliases§
- Parse
Tree - Compact parser result. The tree data lives in
ParseTreeStorage.