X-Git-Url: https://gitweb.ps.run/toc/blobdiff_plain/45409c781a9e35df68c43b1e2f028d30bf90c0a0..b9322dfb8efe37f6f88a899269bdf21015f4db9a:/gen/TocLexer.tokens diff --git a/gen/TocLexer.tokens b/gen/TocLexer.tokens index 980b6cf..43b8baf 100644 --- a/gen/TocLexer.tokens +++ b/gen/TocLexer.tokens @@ -14,24 +14,110 @@ T__12=13 T__13=14 T__14=15 T__15=16 -BINARY_OPERATOR=17 -INTLIT=18 -NAME=19 -WS=20 -NEWLINE=21 -'var'=1 -':'=2 -'='=3 -'func'=4 -'('=5 -')'=6 -','=7 -'{'=8 -'}'=9 -'struct'=10 -'if'=11 -'while'=12 -'return'=13 -'['=14 -']'=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 +T__41=42 +T__42=43 +T__43=44 +T__44=45 +T__45=46 +T__46=47 +T__47=48 +T__48=49 +T__49=50 +T__50=51 +T__51=52 +T__52=53 +T__53=54 +T__54=55 +T__55=56 +T__56=57 +T__57=58 +INT_LIT=59 +DECIMAL_LIT=60 +BOOL_LIT=61 +StringLit=62 +NAME=63 +WS=64 +NEWLINE=65 +';'=1 +'namespace'=2 +'{'=3 +'}'=4 +'var'=5 +':'=6 +'='=7 +'*'=8 +'['=9 +']'=10 +'::'=11 +'func'=12 +'('=13 +')'=14 +','=15 +'struct'=16 +'private'=17 +'<'=18 +'>'=19 +'if'=20 +'else'=21 +'switch'=22 +'case'=23 +'for'=24 +'while'=25 +'return'=26 +'.'=27 +'?'=28 +'->'=29 +'++'=30 +'--'=31 +'+'=32 +'-'=33 +'!'=34 +'~'=35 +'&'=36 +'/'=37 +'%'=38 +'|'=39 +'^'=40 +'=='=41 +'!='=42 +'<='=43 +'>='=44 +'<<'=45 +'>>'=46 +'||'=47 +'&&'=48 +'&='=49 +'|='=50 +'^='=51 +'<<='=52 +'>>='=53 +'+='=54 +'-='=55 +'*='=56 +'/='=57 +'%='=58