9.4 Tokens
There are several kinds of tokens: identifiers, keywords, literals,
operators, and punctuators. White space and
comments are not tokens, though they act as separators for tokens.
token::
identifier
keyword
integer-literal
real-literal
character-literal
string-literal
operator-or-punctuator
There are several kinds of tokens: identifiers, keywords, literals,
operators, and punctuators. White space and
comments are not tokens, though they act as separators for tokens.
token::
identifier
keyword
integer-literal
real-literal
character-literal
string-literal
operator-or-punctuator