Type Definition gallop::Grammar

source · []
pub type Grammar<'a> = BTreeMap<NonTerminal<'a>, Vec<Rule<'a>>>;
Expand description

The left and right hand side of the production rules