Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/org.eclipse.xpand3/src/org/eclipse/xpand3/parser/Xpand3.tokens')
-rw-r--r--plugins/org.eclipse.xpand3/src/org/eclipse/xpand3/parser/Xpand3.tokens77
1 files changed, 77 insertions, 0 deletions
diff --git a/plugins/org.eclipse.xpand3/src/org/eclipse/xpand3/parser/Xpand3.tokens b/plugins/org.eclipse.xpand3/src/org/eclipse/xpand3/parser/Xpand3.tokens
new file mode 100644
index 00000000..d4c17f55
--- /dev/null
+++ b/plugins/org.eclipse.xpand3/src/org/eclipse/xpand3/parser/Xpand3.tokens
@@ -0,0 +1,77 @@
+XPAND_TAG_OPEN=16
+JavaIDDigit=12
+Letter=11
+UnicodeEscape=8
+IntLiteral=5
+Identifier=6
+HexDigit=10
+EscapeSequence=7
+WS=13
+OctalEscape=9
+COMMENT=14
+StringLiteral=4
+LINE_COMMENT=15
+XPAND_TAG_CLOSE=17
+'<'=59
+'exists'=76
+'>'=58
+'context'=22
+'case'=50
+'let'=41
+'else'=46
+'selectFirst'=74
+'-'=61
+'reexport'=21
+'?'=44
+'!='=55
+'List'=39
+'>='=56
+'GLOBALVAR'=64
+'||'=51
+'<='=57
+'typeSelect'=71
+'='=42
+'JAVA'=36
+'forAll'=79
+'ERROR'=24
+'collect'=72
+'::'=32
+'around'=27
+'then'=45
+'new'=67
+':'=26
+'.'=37
+'*'=30
+'sortBy'=78
+'Set'=40
+'notExists'=77
+'}'=49
+'->'=43
+'create'=35
+'extension'=20
+';'=19
+'true'=69
+'default'=48
+']'=66
+'false'=68
+','=29
+'&&'=52
+'['=65
+'/'=62
+'Collection'=38
+'implies'=53
+'reject'=75
+'private'=33
+'|'=80
+')'=31
+'=='=54
+'import'=18
+'if'=23
+'!'=63
+'('=28
+'switch'=47
+'select'=73
+'cached'=34
+'null'=70
+'+'=60
+'WARNING'=25

Back to the top