Syntax

Type Alias Syntax 

Source
pub type Syntax<const LEN: usize = 128> = Stack<Spanned, LEN>;
Expand description

Linearized syntax tree.

Aliased Typeยง

pub struct Syntax<const LEN: usize = 128> { /* private fields */ }