Function ftml::tokenizer::tokenize

source ·
pub fn tokenize(text: &str) -> Tokenization<'_>
Expand description

Take an input string and produce a list of tokens for consumption by the parser.