Function prqlc_parser::lexer::lex_source
source ยท pub fn lex_source(source: &str) -> Result<Tokens, Vec<Error>>
Expand description
Lex PRQL into LR, returning either the LR or the errors encountered
pub fn lex_source(source: &str) -> Result<Tokens, Vec<Error>>
Lex PRQL into LR, returning either the LR or the errors encountered