Tokens

object Tokens

Properties

Link copied to clipboard
const val AND: Int = 1
Link copied to clipboard
const val ASSIGN: Int = 2
Link copied to clipboard
const val ASSIGN_OPEN: Int = 64
Link copied to clipboard
const val ASSIGN_TRIM_OPEN: Int = 65
Link copied to clipboard
const val CLOSE: Int = 76
Link copied to clipboard
const val COLON: Int = 3
Link copied to clipboard
const val COMMENT_CLOSE: Int = 80
Link copied to clipboard
const val COMMENT_OPEN: Int = 26
Link copied to clipboard
const val COMMENT_TEXT: Int = 81
Link copied to clipboard
const val COMMENT_TRIM_CLOSE: Int = 79
Link copied to clipboard
const val COMMENT_TRIM_OPEN: Int = 27
Link copied to clipboard
const val EACH_CLOSE: Int = 36
Link copied to clipboard
const val EACH_CLOSE_TRIM_BOTH: Int = 39
Link copied to clipboard
const val EACH_CLOSE_TRIM_CLOSE: Int = 38
Link copied to clipboard
const val EACH_CLOSE_TRIM_OPEN: Int = 37
Link copied to clipboard
const val EACH_OPEN: Int = 34
Link copied to clipboard
const val EACH_TRIM_OPEN: Int = 35
Link copied to clipboard
const val ELSE_IF_OPEN: Int = 58
Link copied to clipboard
const val ELSE_IF_TRIM_OPEN: Int = 59
Link copied to clipboard
const val ELSE_TAG: Int = 60
Link copied to clipboard
const val ELSE_TAG_TRIM_BOTH: Int = 63
Link copied to clipboard
const val ELSE_TAG_TRIM_CLOSE: Int = 62
Link copied to clipboard
const val ELSE_TAG_TRIM_OPEN: Int = 61
Link copied to clipboard
const val EOF: Int
Link copied to clipboard
const val EQ: Int = 4
Link copied to clipboard
const val ESCAPED_OPEN: Int = 23
Link copied to clipboard
const val EXPR_ASSIGN: Int = 93
Link copied to clipboard
const val EXPR_COLON: Int = 95
Link copied to clipboard
const val EXPR_EQ: Int = 87
Link copied to clipboard
const val EXPR_FALSE: Int = 85
Link copied to clipboard
const val EXPR_GE: Int = 90
Link copied to clipboard
const val EXPR_GT: Int = 92
Link copied to clipboard
const val EXPR_LE: Int = 89
Link copied to clipboard
const val EXPR_LPAREN: Int = 96
Link copied to clipboard
const val EXPR_LT: Int = 91
Link copied to clipboard
const val EXPR_NE: Int = 88
Link copied to clipboard
const val EXPR_NULL: Int = 86
Link copied to clipboard
const val EXPR_PIPE: Int = 94
Link copied to clipboard
const val EXPR_RPAREN: Int = 97
Link copied to clipboard
const val EXPR_TRUE: Int = 84
Link copied to clipboard
const val FALSE: Int = 5
Link copied to clipboard
const val GE: Int = 6
Link copied to clipboard
const val GT: Int = 7
Link copied to clipboard
const val IDENTIFIER: Int = 8
Link copied to clipboard
const val IF_CLOSE: Int = 42
Link copied to clipboard
const val IF_CLOSE_TRIM_BOTH: Int = 45
Link copied to clipboard
const val IF_CLOSE_TRIM_CLOSE: Int = 44
Link copied to clipboard
const val IF_CLOSE_TRIM_OPEN: Int = 43
Link copied to clipboard
const val IF_OPEN: Int = 40
Link copied to clipboard
const val IF_TRIM_OPEN: Int = 41
Link copied to clipboard
const val INLINE_CLOSE: Int = 54
Link copied to clipboard
const val INLINE_CLOSE_TRIM_BOTH: Int = 57
Link copied to clipboard
Link copied to clipboard
const val INLINE_CLOSE_TRIM_OPEN: Int = 55
Link copied to clipboard
const val INLINE_OPEN: Int = 52
Link copied to clipboard
const val INLINE_TRIM_OPEN: Int = 53
Link copied to clipboard
const val LE: Int = 9
Link copied to clipboard
const val LPAREN: Int = 10
Link copied to clipboard
const val LT: Int = 11
Link copied to clipboard
const val NE: Int = 12
Link copied to clipboard
const val NULL: Int = 13
Link copied to clipboard
const val NUMBER: Int = 14
Link copied to clipboard
const val OPEN: Int = 73
Link copied to clipboard
const val OR: Int = 15
Link copied to clipboard
const val PARTIAL_BLOCK_CLOSE: Int = 71
Link copied to clipboard
Link copied to clipboard
const val PARTIAL_BLOCK_OPEN: Int = 69
Link copied to clipboard
Link copied to clipboard
const val PARTIAL_OPEN: Int = 67
Link copied to clipboard
const val PARTIAL_TRIM_OPEN: Int = 68
Link copied to clipboard
const val PIPE: Int = 16
Link copied to clipboard
const val RAW_CLOSE: Int = 82
Link copied to clipboard
const val RAW_OPEN: Int = 22
Link copied to clipboard
const val RAW_TEXT: Int = 83
Link copied to clipboard
const val RPAREN: Int = 17
Link copied to clipboard
const val STRING: Int = 18
Link copied to clipboard
const val TEXT: Int = 74
Link copied to clipboard
const val TRANSFORM: Int = 19
Link copied to clipboard
const val TRIM_CLOSE: Int = 75
Link copied to clipboard
const val TRIM_OPEN: Int = 66
Link copied to clipboard
const val TRUE: Int = 20
Link copied to clipboard
const val UNESC_CLOSE: Int = 78
Link copied to clipboard
const val UNESC_OPEN: Int = 25
Link copied to clipboard
const val UNESC_TRIM_CLOSE: Int = 77
Link copied to clipboard
const val UNESC_TRIM_OPEN: Int = 24
Link copied to clipboard
const val UNLESS_CLOSE: Int = 48
Link copied to clipboard
const val UNLESS_CLOSE_TRIM_BOTH: Int = 51
Link copied to clipboard
Link copied to clipboard
const val UNLESS_CLOSE_TRIM_OPEN: Int = 49
Link copied to clipboard
const val UNLESS_OPEN: Int = 46
Link copied to clipboard
const val UNLESS_TRIM_OPEN: Int = 47
Link copied to clipboard
const val WITH_CLOSE: Int = 30
Link copied to clipboard
const val WITH_CLOSE_TRIM_BOTH: Int = 33
Link copied to clipboard
const val WITH_CLOSE_TRIM_CLOSE: Int = 32
Link copied to clipboard
const val WITH_CLOSE_TRIM_OPEN: Int = 31
Link copied to clipboard
const val WITH_OPEN: Int = 28
Link copied to clipboard
const val WITH_TRIM_OPEN: Int = 29
Link copied to clipboard
const val WS: Int = 21