diff python/c3/lexer.py @ 284:05184b95fa16

Moved tests to seperate folder
author Windel Bouwman
date Fri, 15 Nov 2013 13:43:22 +0100
parents e621e3ba78d2
children 1c7c1e619be8
line wrap: on
line diff
--- a/python/c3/lexer.py	Fri Nov 15 12:26:50 2013 +0100
+++ b/python/c3/lexer.py	Fri Nov 15 13:43:22 2013 +0100
@@ -10,7 +10,7 @@
    'else', 'if', 'while', 'return', \
    'function', 'var', 'type', 'const', \
    'struct', 'cast', \
-   'import', 'package' ]
+   'import', 'module' ]
 
 def tokenize(s):
      """