prqlc_parser::lexer

Function 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