add 3.0 iflaststmt rule

This commit is contained in:
rocky
2019-11-15 14:07:37 -05:00
parent c8252ca9cb
commit 49de5b5c9d

View File

@@ -52,6 +52,7 @@ class Python30Parser(Python31Parser):
ifelsestmtc ::= testexpr c_stmts_opt jump_absolute_else else_suitec
ifelsestmtc ::= testexpr c_stmts_opt jump_cf_pop else_suitec
iflaststmt ::= testexpr c_stmts_opt JUMP_ABSOLUTE COME_FROM
iflaststmtl ::= testexpr c_stmts_opt jb_pop_top
iflaststmtl ::= testexpr c_stmts_opt COME_FROM JUMP_BACK COME_FROM POP_TOP