Literal Expressions

Syntax
LiteralExpression :
     INTEGER_LITERAL
     | FLOATING_LITERAL
     | CHARACTER_LITERAL
     | STRING_LITERAL
     | true | false

Literal expressions are composed of a single token and evaluate to the value of that token.