_ifstmts_jump rule reduction in 3.x

This commit is contained in:
rocky
2017-11-30 11:17:44 -05:00
parent 41adcef8f8
commit 3d8eb01c4c

View File

@@ -140,7 +140,6 @@ class Python3Parser(PythonParser):
testtrue ::= expr jmp_true
_ifstmts_jump ::= return_if_stmts
_ifstmts_jump ::= c_stmts_opt JUMP_FORWARD COME_FROM
_ifstmts_jump ::= c_stmts_opt COME_FROM
iflaststmt ::= testexpr c_stmts_opt JUMP_ABSOLUTE