fn is_punctuation(token: &Token) -> bool
Helper function to determine if a token is punctuation.
token