diff python/ppci/frontends/ks/parser.py @ 102:63937c8d1478

Fixes and start with ir generator
author windel
date Tue, 25 Dec 2012 11:11:24 +0100
parents af0d7913677a
children f2d980eef509
line wrap: on
line diff
--- a/python/ppci/frontends/ks/parser.py	Mon Dec 24 17:55:08 2012 +0100
+++ b/python/ppci/frontends/ks/parser.py	Tue Dec 25 11:11:24 2012 +0100
@@ -5,7 +5,7 @@
 from .symboltable import SymbolTable
 from .nodes import *
 from ...core.errors import CompilerException, Error
-#from .builtin import *
+from .builtin import *
 #from . import assembler
 from .lexer import tokenize