pub fn parse_using_lexer<'a>(
lexer: Lexer<'a>,
errs: ErrorAccumulator<'a>,
) -> impl TreeIter<'a>Expand description
Parse into a CST using an explicitly provided lexer.
In general it’s easier to use the parse function.
pub fn parse_using_lexer<'a>(
lexer: Lexer<'a>,
errs: ErrorAccumulator<'a>,
) -> impl TreeIter<'a>Parse into a CST using an explicitly provided lexer.
In general it’s easier to use the parse function.