6.1.1. Tokens

[Tip]Description

A token is the character stream returned accepted (and returned) by the VTCL Lexer of VIATRA.

[Important]Syntax
Token ::= 
  Identifier
| IntegerLiteral        
| DecimalIntegerLiteral
| FloatingPointLiteral  
| DoubleLiteral  
| NameLiteral      
| AnnotationLiteral 
| StringLiteral         
| UpperCaseLiteral  
| Keywords
| Other elementary tokens mentioned in the grammar (e.g. ;, (, ), etc).