Skip to main content

lex

Function lex 

Source
pub fn lex(source: &str, mode: Mode) -> Lexer<'_>
Expand description

Create a new Lexer for the given source code and Mode.