Type Alias ParseStack

Source
pub type ParseStack = Vec<TokenType>;

Aliased Typeยง

pub struct ParseStack { /* private fields */ }