Function build_parser

Source
pub fn build_parser<I: Iterator<Item = Gramem>>(
    buffer: I,
) -> Dfa<Meta<Ast>, Sym, I>