summaryrefslogtreecommitdiff
path: root/parser/CminusLexer.tokens
diff options
context:
space:
mode:
Diffstat (limited to 'parser/CminusLexer.tokens')
-rw-r--r--parser/CminusLexer.tokens90
1 files changed, 90 insertions, 0 deletions
diff --git a/parser/CminusLexer.tokens b/parser/CminusLexer.tokens
new file mode 100644
index 0000000..ae5a5c0
--- /dev/null
+++ b/parser/CminusLexer.tokens
@@ -0,0 +1,90 @@
+T__0=1
+T__1=2
+T__2=3
+T__3=4
+T__4=5
+T__5=6
+T__6=7
+T__7=8
+T__8=9
+T__9=10
+T__10=11
+T__11=12
+T__12=13
+T__13=14
+T__14=15
+T__15=16
+T__16=17
+T__17=18
+T__18=19
+T__19=20
+T__20=21
+T__21=22
+T__22=23
+T__23=24
+T__24=25
+T__25=26
+T__26=27
+T__27=28
+T__28=29
+T__29=30
+T__30=31
+T__31=32
+T__32=33
+T__33=34
+T__34=35
+T__35=36
+T__36=37
+T__37=38
+T__38=39
+T__39=40
+T__40=41
+ID=42
+NUMCONST=43
+STRINGCONST=44
+CHARCONST=45
+BANG=46
+WS=47
+COMMENT=48
+','=1
+';'=2
+'['=3
+']'=4
+'void'=5
+'('=6
+')'=7
+'int'=8
+'bool'=9
+'char'=10
+'[]'=11
+'{'=12
+'}'=13
+'if'=14
+'else'=15
+'while'=16
+'return'=17
+'break'=18
+'='=19
+'+='=20
+'-='=21
+'*='=22
+'/='=23
+'++'=24
+'--'=25
+'||'=26
+'&&'=27
+'<='=28
+'<'=29
+'>'=30
+'>='=31
+'=='=32
+'!='=33
+'+'=34
+'-'=35
+'*'=36
+'/'=37
+'%'=38
+'?'=39
+'true'=40
+'false'=41
+'!'=46