pub fn lex_source_recovery( source: &str, source_id: u16, ) -> (Option<Vec<Token>>, Vec<Error>)
Lex PRQL into LR, returning both the LR and any errors encountered