Skip to main content

tokenize_with

Function tokenize_with 

Source
pub fn tokenize_with(
    input: &str,
    dialect: Dialect,
) -> Result<Vec<Token>, LexError>