lexer

Function lexer 

Source
pub fn lexer<'a>() -> impl Parser<'a, &'a str, Vec<Token>, Err<Simple<'a, char>>>
Expand description

Lex chars to tokens until the end of the input