Type Definition gallop::Grammar [] [src]

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