X-Git-Url: https://gitweb.ps.run/toc/blobdiff_plain/71a20a4f3d4e5f5278f7d004af710af89dfd7ebc..HEAD:/gen/TocLexer.tokens diff --git a/gen/TocLexer.tokens b/gen/TocLexer.tokens index ca9564e..c7914ef 100644 --- a/gen/TocLexer.tokens +++ b/gen/TocLexer.tokens @@ -55,13 +55,15 @@ T__53=54 T__54=55 T__55=56 T__56=57 -INT_LIT=58 -DECIMAL_LIT=59 -STRING_LIT=60 +T__57=58 +INT_LIT=59 +DECIMAL_LIT=60 BOOL_LIT=61 -NAME=62 -WS=63 -NEWLINE=64 +StringLit=62 +NAME=63 +WS=64 +NEWLINE=65 +COMMENT=66 ';'=1 'namespace'=2 '{'=3 @@ -72,50 +74,51 @@ NEWLINE=64 '*'=8 '['=9 ']'=10 -'func'=11 -'('=12 -')'=13 -','=14 -'struct'=15 -'private'=16 -'<'=17 -'>'=18 -'if'=19 -'else'=20 -'switch'=21 -'case'=22 -'for'=23 -'while'=24 -'return'=25 -'?'=26 +'::'=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 +'?'=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