Skip to main content

lex_with

Function lex_with 

Source
pub fn lex_with(input: &str, ctx: &ParseCtx, config: LexConfig) -> Vec<Token>
Expand description

Lexes with per-parse facts and an explicit file configuration.