X-Git-Url: https://gitweb.ps.run/toc/blobdiff_plain/71a20a4f3d4e5f5278f7d004af710af89dfd7ebc..dbc4a22d3c8c4189459f0361cb9da06415ec2dc9:/gen/TocLexer.tokens diff --git a/gen/TocLexer.tokens b/gen/TocLexer.tokens index ca9564e..a7c0bcb 100644 --- a/gen/TocLexer.tokens +++ b/gen/TocLexer.tokens @@ -72,24 +72,24 @@ 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 +'?'=28 '++'=29 '--'=30 '+'=31