pub fn describe_token(token: &TokenType) -> String
A human reading of a token for error prose — never the raw Debug name. “a comma (‘,’)” teaches; “Comma” is compiler debris.
Debug