tokenize_with_options

Function tokenize_with_options 

Source
pub fn tokenize_with_options(
    input: &str,
    opts: LexerOptions,
) -> Result<Vec<Token>>
Expand description

Like tokenize but with explicit LexerOptions.