now able to execute instance subscopes on compiled

This commit is contained in:
Dave Halter
2014-01-11 13:01:09 +01:00
parent 28ab937eca
commit 6f9d834a93
4 changed files with 62 additions and 46 deletions
-1
View File
@@ -411,7 +411,6 @@ class Evaluator(object):
debug.warning("no __call__ func available", obj)
else:
debug.warning("no execution possible", obj)
raise NotImplementedError()
else:
stmts = er.FunctionExecution(self, obj, params).get_return_types(evaluate_generator)