pub(crate) fn tokenize(input: &str) -> Vec<Token<'_>>
Tokenize a spell description string, discarding lexer errors.