diff python/c3/builder.py @ 207:8b2f20aae086

cleaning of files
author Windel Bouwman
date Sat, 29 Jun 2013 10:05:42 +0200
parents b01429a5d695
children 003c8a976fff
line wrap: on
line diff
--- a/python/c3/builder.py	Fri Jun 28 16:49:38 2013 +0200
+++ b/python/c3/builder.py	Sat Jun 29 10:05:42 2013 +0200
@@ -16,6 +16,7 @@
     def build(self, src):
       """ Create IR-code from sources """
       pkg = self.parser.parseSource(src)
+      self.pkg = pkg
       if not pkg:
             return
       if not self.al.analyzePackage(pkg):