![]() | Description |
|---|---|
A token is the character stream returned accepted (and returned) by the VTCL Lexer of VIATRA. |
![]() | Syntax |
|---|---|
Token ::= Identifier | IntegerLiteral | DecimalIntegerLiteral | FloatingPointLiteral | DoubleLiteral | NameLiteral | AnnotationLiteral | StringLiteral | UpperCaseLiteral | Keywords | Other elementary tokens mentioned in the grammar (e.g. ;, (, ), etc). |