Tokens

object Tokens

Properties

Link copied to clipboard
const val AND: Int = 34
Link copied to clipboard
const val ARROW: Int = 26
Link copied to clipboard
const val ASSIGN: Int = 17
Link copied to clipboard
const val ASTERISK: Int = 15
Link copied to clipboard
const val COLON: Int = 25
Link copied to clipboard
const val COMMA: Int = 27
Link copied to clipboard
const val DECLIT: Int = 10
Link copied to clipboard
const val DIVISION: Int = 16
Link copied to clipboard
const val DOT: Int = 28
Link copied to clipboard
const val EOF: Int
Link copied to clipboard
const val EQ: Int = 29
Link copied to clipboard
const val ESCAPE_NEWLINE: Int = 41
Link copied to clipboard
const val ESCAPE_SHARP: Int = 42
Link copied to clipboard
const val ESCAPE_SLASH: Int = 40
Link copied to clipboard
Link copied to clipboard
const val FUNCTION_ID: Int = 9
Link copied to clipboard
const val GT: Int = 32
Link copied to clipboard
const val GTEQ: Int = 33
Link copied to clipboard
const val ID: Int = 8
Link copied to clipboard
const val INTLIT: Int = 11
Link copied to clipboard
const val LBRACKET: Int = 20
Link copied to clipboard
const val LCURLY: Int = 22
Link copied to clipboard
const val LPAREN: Int = 18
Link copied to clipboard
const val LT: Int = 30
Link copied to clipboard
const val LTEQ: Int = 31
Link copied to clipboard
const val MINUS: Int = 14
Link copied to clipboard
const val NEWLINE: Int = 1
Link copied to clipboard
const val NOT: Int = 36
Link copied to clipboard
const val OR: Int = 35
Link copied to clipboard
const val PERCENTAGE: Int = 13
Link copied to clipboard
const val PLUS: Int = 12
Link copied to clipboard
const val QUESTION_MARK: Int = 24
Link copied to clipboard
const val RANGE_DOWNTO: Int = 6
Link copied to clipboard
const val RANGE_EXCLUSIVE: Int = 5
Link copied to clipboard
const val RANGE_EXCLUSIVE_UNTIL: Int = 4
Link copied to clipboard
const val RANGE_INCLUSIVE: Int = 3
Link copied to clipboard
const val RBRACKET: Int = 21
Link copied to clipboard
const val RCURLY: Int = 23
Link copied to clipboard
const val RPAREN: Int = 19
Link copied to clipboard
const val STEP: Int = 7
Link copied to clipboard
const val STRING_CLOSE: Int = 43
Link copied to clipboard
const val STRING_CONTENT: Int = 44
Link copied to clipboard
const val STRING_OPEN: Int = 37
Link copied to clipboard
const val UNMATCHED: Int = 38
Link copied to clipboard
const val WS: Int = 2