X-Git-Url: https://gitweb.ps.run/toc/blobdiff_plain/8aeae09e74b46ca52866f22b48f55fecdf27b849..17fac686375c2823d22415e32e5b7e63bbfe7c54:/gen/TocLexer.tokens diff --git a/gen/TocLexer.tokens b/gen/TocLexer.tokens index 4580517..090c12d 100644 --- a/gen/TocLexer.tokens +++ b/gen/TocLexer.tokens @@ -74,29 +74,29 @@ NEWLINE=62 '{'=12 '}'=13 'struct'=14 -'if'=15 -'else'=16 -'switch'=17 -'case'=18 -'for'=19 -'while'=20 -'return'=21 -'?'=22 -'.'=23 -'->'=24 -'++'=25 -'--'=26 -'+'=27 -'-'=28 -'!'=29 -'~'=30 -'&'=31 -'/'=32 -'%'=33 -'<'=34 -'|'=35 -'^'=36 -'>'=37 +'<'=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