Lexemes

The language has several types of lexemes: identifiers, keywords, literals, operator and punctuation signs. White space characters and comments do not form lexemes, but serve as lexeme separators.

token:

identifier

keyword

integer-literal

real-literal

character-literal

string-literal

operator-or-punctuator

See also:

Lexical Structure