X-Git-Url: https://gitweb.ps.run/toc/blobdiff_plain/71a20a4f3d4e5f5278f7d004af710af89dfd7ebc..c2ba7425955ae538e220cec79d9124756d1b4c8b:/gen/Toc.tokens diff --git a/gen/Toc.tokens b/gen/Toc.tokens index ca9564e..dc0da9c 100644 --- a/gen/Toc.tokens +++ b/gen/Toc.tokens @@ -57,8 +57,8 @@ T__55=56 T__56=57 INT_LIT=58 DECIMAL_LIT=59 -STRING_LIT=60 -BOOL_LIT=61 +BOOL_LIT=60 +StringLit=61 NAME=62 WS=63 NEWLINE=64 @@ -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