Added delta builds of Matlab executables. Imgproc module now compiling

This commit is contained in:
hbristow
2013-06-27 00:25:48 -07:00
parent 136f205fb3
commit bb56ac4ae6
7 changed files with 36 additions and 9 deletions

View File

@@ -12,9 +12,11 @@ class MatlabWrapperGenerator(object):
name = os.path.splitext(os.path.basename(file))[0]
ns[name] = parser.parse(file)
print ns['imgproc']
# cleanify the parser output
parse_tree = ParseTree()
parse_tree.build(ns)
print parse_tree
# setup the template engine
jtemplate = Environment(loader=PackageLoader('templates', ''), trim_blocks=True, lstrip_blocks=True)