X-Git-Url: https://gitweb.ps.run/toc/blobdiff_plain/17fac686375c2823d22415e32e5b7e63bbfe7c54..b9322dfb8efe37f6f88a899269bdf21015f4db9a:/gen/TocLexer.tokens diff --git a/gen/TocLexer.tokens b/gen/TocLexer.tokens index 090c12d..43b8baf 100644 --- a/gen/TocLexer.tokens +++ b/gen/TocLexer.tokens @@ -53,65 +53,71 @@ T__51=52 T__52=53 T__53=54 T__54=55 -INT_LIT=56 -DECIMAL_LIT=57 -STRING_LIT=58 -BOOL_LIT=59 -NAME=60 -WS=61 -NEWLINE=62 +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 -'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 +'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