pub fn token_text<'src>(source: &'src str, token: &Token) -> &'src str
Retrieves the text slice for a token. O(1) slice into source.