diff python/ppci/c3/lexer.py @ 393:6ae782a085e0

Added init program
author Windel Bouwman
date Sat, 17 May 2014 21:17:40 +0200
parents 173e20a47fda
children fb3c1f029b30
line wrap: on
line diff
--- a/python/ppci/c3/lexer.py	Fri May 16 13:05:10 2014 +0200
+++ b/python/ppci/c3/lexer.py	Sat May 17 21:17:40 2014 +0200
@@ -8,8 +8,9 @@
 
 keywords = ['and', 'or', 'not', 'true', 'false',
             'else', 'if', 'while', 'for', 'return',
+            'switch', 'case', 'default',
             'function', 'var', 'type', 'const',
-            'struct', 'cast',
+            'struct', 'cast', 'sizeof',
             'import', 'module']