X-Git-Url: https://gitweb.ps.run/toc/blobdiff_plain/9f5457a18f551d261e4bd380ea16a52dc5b04cf9..c2ba7425955ae538e220cec79d9124756d1b4c8b:/gen/TocLexer.tokens diff --git a/gen/TocLexer.tokens b/gen/TocLexer.tokens index 446ddcd..dc0da9c 100644 --- a/gen/TocLexer.tokens +++ b/gen/TocLexer.tokens @@ -52,65 +52,70 @@ T__50=51 T__51=52 T__52=53 T__53=54 -INT_LIT=55 -DECIMAL_LIT=56 -STRING_LIT=57 -BOOL_LIT=58 -NAME=59 -WS=60 -NEWLINE=61 -NUMBER=62 -'var'=1 -':'=2 -'='=3 -'*'=4 -'['=5 -']'=6 -'func'=7 -'('=8 -')'=9 -','=10 -'{'=11 -'}'=12 -'struct'=13 -'if'=14 -'else'=15 -'switch'=16 -'case'=17 -'for'=18 -'while'=19 -'return'=20 -'?'=21 -'.'=22 -'->'=23 -'++'=24 -'--'=25 -'+'=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 +T__54=55 +T__55=56 +T__56=57 +INT_LIT=58 +DECIMAL_LIT=59 +BOOL_LIT=60 +StringLit=61 +NAME=62 +WS=63 +NEWLINE=64 +';'=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