2.x list_if may have a THEN in it

This commit is contained in:
rocky
2016-12-31 05:28:37 -05:00
parent 2327f0fdfa
commit c43e734f37

View File

@@ -213,7 +213,7 @@ class Python26Parser(Python2Parser):
genexpr_func ::= setup_loop_lf FOR_ITER designator comp_iter JUMP_BACK come_from_pop
jb_bp_come_from
genexpr ::= LOAD_GENEXPR MAKE_FUNCTION_0 expr GET_ITER CALL_FUNCTION_1 COME_FROM
list_if ::= list_if ::= expr jmp_false_then list_iter
'''
def p_ret26(self, args):