Skip to main content

ParseTree

Type Alias ParseTree 

Source
pub type ParseTree = NodeId;
Expand description

Compact parser result. The tree data lives in ParseTreeStorage.

Aliased Typeยง

pub struct ParseTree(/* private fields */);