]> gitweb.ps.run Git - toc/blobdiff - gen/TocLexer.tokens
generic grammar
[toc] / gen / TocLexer.tokens
index 980b6cfd0f2fd98b180c2f53fd11c57004880bdf..090c12dd618762f0e7403bc0f5c7ce2397dae63b 100644 (file)
@@ -14,24 +14,104 @@ T__12=13
 T__13=14\r
 T__14=15\r
 T__15=16\r
-BINARY_OPERATOR=17\r
-INTLIT=18\r
-NAME=19\r
-WS=20\r
-NEWLINE=21\r
-'var'=1\r
-':'=2\r
-'='=3\r
-'func'=4\r
-'('=5\r
-')'=6\r
-','=7\r
-'{'=8\r
-'}'=9\r
-'struct'=10\r
-'if'=11\r
-'while'=12\r
-'return'=13\r
-'['=14\r
-']'=15\r
-'.'=16\r
+T__16=17\r
+T__17=18\r
+T__18=19\r
+T__19=20\r
+T__20=21\r
+T__21=22\r
+T__22=23\r
+T__23=24\r
+T__24=25\r
+T__25=26\r
+T__26=27\r
+T__27=28\r
+T__28=29\r
+T__29=30\r
+T__30=31\r
+T__31=32\r
+T__32=33\r
+T__33=34\r
+T__34=35\r
+T__35=36\r
+T__36=37\r
+T__37=38\r
+T__38=39\r
+T__39=40\r
+T__40=41\r
+T__41=42\r
+T__42=43\r
+T__43=44\r
+T__44=45\r
+T__45=46\r
+T__46=47\r
+T__47=48\r
+T__48=49\r
+T__49=50\r
+T__50=51\r
+T__51=52\r
+T__52=53\r
+T__53=54\r
+T__54=55\r
+INT_LIT=56\r
+DECIMAL_LIT=57\r
+STRING_LIT=58\r
+BOOL_LIT=59\r
+NAME=60\r
+WS=61\r
+NEWLINE=62\r
+';'=1\r
+'var'=2\r
+':'=3\r
+'='=4\r
+'*'=5\r
+'['=6\r
+']'=7\r
+'func'=8\r
+'('=9\r
+')'=10\r
+','=11\r
+'{'=12\r
+'}'=13\r
+'struct'=14\r
+'<'=15\r
+'>'=16\r
+'if'=17\r
+'else'=18\r
+'switch'=19\r
+'case'=20\r
+'for'=21\r
+'while'=22\r
+'return'=23\r
+'?'=24\r
+'.'=25\r
+'->'=26\r
+'++'=27\r
+'--'=28\r
+'+'=29\r
+'-'=30\r
+'!'=31\r
+'~'=32\r
+'&'=33\r
+'/'=34\r
+'%'=35\r
+'|'=36\r
+'^'=37\r
+'=='=38\r
+'!='=39\r
+'<='=40\r
+'>='=41\r
+'<<'=42\r
+'>>'=43\r
+'||'=44\r
+'&&'=45\r
+'&='=46\r
+'|='=47\r
+'^='=48\r
+'<<='=49\r
+'>>='=50\r
+'+='=51\r
+'-='=52\r
+'*='=53\r
+'/='=54\r
+'%='=55\r