Function boxworks_lang::cst::parse_using_lexer

source ·
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.