Skip to main content

GrammarStack

Type Alias GrammarStack 

Source
pub type GrammarStack = Vec<RulePos>;
Expand description

A pushdown stack: cursors, innermost last. stack.last() is the position the next character has to satisfy.

Aliased Typeยง

pub struct GrammarStack { /* private fields */ }