Skip to main content

tokenize_generic

Function tokenize_generic 

Source
pub fn tokenize_generic(source: &str, format: &str) -> Vec<Token>
Expand description

Tokenize source in the given format. Never panics on empty input.