abouttreesummaryrefslogcommitdiff
path: root/gen/TocLexer.tokens
diff options
context:
space:
mode:
Diffstat (limited to 'gen/TocLexer.tokens')
-rw-r--r--gen/TocLexer.tokens46
1 files changed, 23 insertions, 23 deletions
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