mirror of
https://github.com/sigmasternchen/xtext-core
synced 2025-03-15 08:18:55 +00:00
[xtext lang] ca antlr grammar and generated lexer+parser impls
Signed-off-by: Christian Schneider <christian.schneider@typefox.io>
This commit is contained in:
parent
d46773cfc1
commit
17920dcd53
4 changed files with 42305 additions and 0 deletions
File diff suppressed because it is too large
Load diff
|
@ -0,0 +1,87 @@
|
|||
'!'=40
|
||||
'&'=36
|
||||
'('=22
|
||||
')'=23
|
||||
'*'=12
|
||||
'+'=13
|
||||
'+='=15
|
||||
','=21
|
||||
'->'=44
|
||||
'.'=24
|
||||
'..'=46
|
||||
':'=29
|
||||
'::'=34
|
||||
';'=30
|
||||
'<'=32
|
||||
'='=14
|
||||
'=>'=50
|
||||
'>'=33
|
||||
'?'=11
|
||||
'?='=18
|
||||
'@'=28
|
||||
'EOF'=45
|
||||
'['=41
|
||||
']'=42
|
||||
'as'=26
|
||||
'current'=39
|
||||
'enum'=47
|
||||
'false'=16
|
||||
'fragment'=49
|
||||
'generate'=25
|
||||
'grammar'=19
|
||||
'hidden'=48
|
||||
'import'=27
|
||||
'returns'=31
|
||||
'terminal'=43
|
||||
'true'=17
|
||||
'with'=20
|
||||
'{'=37
|
||||
'|'=35
|
||||
'}'=38
|
||||
RULE_ANY_OTHER=10
|
||||
RULE_ID=4
|
||||
RULE_INT=6
|
||||
RULE_ML_COMMENT=7
|
||||
RULE_SL_COMMENT=8
|
||||
RULE_STRING=5
|
||||
RULE_WS=9
|
||||
T__11=11
|
||||
T__12=12
|
||||
T__13=13
|
||||
T__14=14
|
||||
T__15=15
|
||||
T__16=16
|
||||
T__17=17
|
||||
T__18=18
|
||||
T__19=19
|
||||
T__20=20
|
||||
T__21=21
|
||||
T__22=22
|
||||
T__23=23
|
||||
T__24=24
|
||||
T__25=25
|
||||
T__26=26
|
||||
T__27=27
|
||||
T__28=28
|
||||
T__29=29
|
||||
T__30=30
|
||||
T__31=31
|
||||
T__32=32
|
||||
T__33=33
|
||||
T__34=34
|
||||
T__35=35
|
||||
T__36=36
|
||||
T__37=37
|
||||
T__38=38
|
||||
T__39=39
|
||||
T__40=40
|
||||
T__41=41
|
||||
T__42=42
|
||||
T__43=43
|
||||
T__44=44
|
||||
T__45=45
|
||||
T__46=46
|
||||
T__47=47
|
||||
T__48=48
|
||||
T__49=49
|
||||
T__50=50
|
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue