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