Type Definition gallop::Grammar[][src]

type Grammar<'a> = BTreeMap<NonTerminal<'a>, Vec<Rule<'a>>>;

The left and right hand side of the production rules