Function is_punctuation

Source
fn is_punctuation(token: &Token) -> bool
Expand description

Helper function to determine if a token is punctuation.

ยงArguments

  • token - The token to check.