pub fn tokenize_with_text( s: &str, ) -> impl Iterator<Item = (TokenKind, &str, InnerSpan)>
Tokenizes the input while keeping the text associated with each token.