Mercurial > lcfOS
diff python/c3/lexer.py @ 149:74241ca312cc
Fixes on parser and semantics
author | Windel Bouwman |
---|---|
date | Fri, 01 Mar 2013 11:43:52 +0100 |
parents | e5263f74b287 |
children | b73bc14a3aa3 |
line wrap: on
line diff
--- a/python/c3/lexer.py Fri Mar 01 10:24:01 2013 +0100 +++ b/python/c3/lexer.py Fri Mar 01 11:43:52 2013 +0100 @@ -10,7 +10,7 @@ keywords = ['and', 'or', 'not','true', 'false', \ 'else', 'if', 'while', 'return', \ - 'public', 'function', 'var', 'type', \ + 'function', 'var', 'type', \ 'import', 'package' ] def tokenize(s):