1
0
forked from VimPlug/jedi

precedence stuff is not working yet, but need to merge first because of potential parser changes

This commit is contained in:
Dave Halter
2014-02-12 11:08:48 +01:00
parent cd1660dc53
commit 32ccec8447
3 changed files with 58 additions and 10 deletions

View File

@@ -142,8 +142,6 @@ class Evaluator(object):
debug.dbg('eval_expression_list: %s', expression_list)
result = []
calls_iterator = iter(expression_list)
if len(expression_list) > 1:
print expression_list
for call in calls_iterator:
if pr.Array.is_type(call, pr.Array.NOARRAY):
r = list(itertools.chain.from_iterable(self.eval_statement(s)