X-Git-Url: https://gitweb.ps.run/toc/blobdiff_plain/9f5457a18f551d261e4bd380ea16a52dc5b04cf9..17fac686375c2823d22415e32e5b7e63bbfe7c54:/gen/TocLexer.tokens diff --git a/gen/TocLexer.tokens b/gen/TocLexer.tokens index 446ddcd..090c12d 100644 --- a/gen/TocLexer.tokens +++ b/gen/TocLexer.tokens @@ -52,65 +52,66 @@ 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 +INT_LIT=56 +DECIMAL_LIT=57 +STRING_LIT=58 +BOOL_LIT=59 +NAME=60 +WS=61 +NEWLINE=62 +';'=1 +'var'=2 +':'=3 +'='=4 +'*'=5 +'['=6 +']'=7 +'func'=8 +'('=9 +')'=10 +','=11 +'{'=12 +'}'=13 +'struct'=14 +'<'=15 +'>'=16 +'if'=17 +'else'=18 +'switch'=19 +'case'=20 +'for'=21 +'while'=22 +'return'=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 +'%='=55