Expand description
Incremental tree builder and cache management.
Traits§
- Builder
- Trait for building higher-level structures (like ASTs) from source text.
- Builder
Cache - Cache trait for builder operations used by lexers and parsers.
Type Aliases§
- Build
Output - Output of a builder operation.