Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsefftinge2008-02-28 12:18:14 +0000
committersefftinge2008-02-28 12:18:14 +0000
commit6d938231d3921c52a07ac4b1a81fab91e11be793 (patch)
tree6eea3aecdfe1bf8e0a650bc8275997a2132fd87c /plugins/org.eclipse.xpand3/src/org/eclipse/xpand3/parser/Xpand3.tokens
parent18552d503669eeca0bf9f5ca780782a92e15ab74 (diff)
downloadorg.eclipse.xpand-6d938231d3921c52a07ac4b1a81fab91e11be793.tar.gz
org.eclipse.xpand-6d938231d3921c52a07ac4b1a81fab91e11be793.tar.xz
org.eclipse.xpand-6d938231d3921c52a07ac4b1a81fab91e11be793.zip
*** empty log message ***
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.tokens33
1 files changed, 17 insertions, 16 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
index e77748bb..298768a2 100644
--- a/plugins/org.eclipse.xpand3/src/org/eclipse/xpand3/parser/Xpand3.tokens
+++ b/plugins/org.eclipse.xpand3/src/org/eclipse/xpand3/parser/Xpand3.tokens
@@ -20,14 +20,14 @@ REM_COMMENT_OUT=23
AROUND=8
LG=4
'<'=90
-'exists'=106
+'exists'=105
'>'=89
'case'=81
'context'=58
'FOREACH'=39
'let'=72
'else'=77
-'selectFirst'=104
+'selectFirst'=103
'ENDFILE'=42
'-'=36
'reexport'=30
@@ -40,28 +40,29 @@ LG=4
'<='=88
'||'=82
'ID'=55
-'typeSelect'=101
+'typeSelect'=100
'JAVA'=67
'='=73
-'forAll'=109
+'forAll'=108
'ERROR'=37
-'collect'=102
+'collect'=101
'::'=63
'ENDIF'=47
'ENDFOREACH'=45
'ENDLET'=51
'around'=62
+'{'=95
'then'=76
'SEPARATOR'=40
'AS'=43
-'new'=97
+'new'=96
':'=61
'.'=68
'*'=33
-'sortBy'=108
+'sortBy'=107
'ITERATOR'=44
'Set'=71
-'notExists'=107
+'notExists'=106
'}'=80
'->'=74
'create'=66
@@ -70,22 +71,22 @@ LG=4
'FOR'=35
'CEND'=54
';'=28
-'true'=99
-']'=96
+']'=111
+'true'=98
'default'=79
-'false'=98
+'false'=97
','=32
'&&'=83
'LET'=50
-'['=95
+'['=110
'/'=92
'implies'=84
'ELSE'=49
'IMPORT'=25
'Collection'=69
-'reject'=105
+'reject'=104
'private'=64
-'|'=110
+'|'=109
'EXTENSION'=26
'EXPAND'=38
')'=34
@@ -100,8 +101,8 @@ LG=4
'DISABLE'=56
'switch'=78
'('=31
-'select'=103
+'select'=102
'cached'=65
-'null'=100
+'null'=99
'+'=91
'WARNING'=60

Back to the top