pub fn lex_with(input: &str, ctx: &ParseCtx, config: LexConfig) -> Vec<Token>
Lexes with per-parse facts and an explicit file configuration.