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