Module builder

Module builder 

Source
Expand description

Incremental tree builder and cache management.

Traits§

Builder
Trait for building higher-level structures (like ASTs) from source text.
BuilderCache
Cache trait for builder operations used by lexers and parsers.

Type Aliases§

BuildOutput
Output of a builder operation.