pub fn tokenize_str(text: &str) -> Result<Tokens<'_>, TokenizationError>
Turn str into Tokens.
Usually not used directly.