Add 3.0.1 while loop rule

This commit is contained in:
rocky
2019-11-15 07:48:23 -05:00
parent 2e36551c02
commit 1b4335edf1

View File

@@ -157,7 +157,8 @@ class Python30Parser(Python31Parser):
JUMP_BACK come_froms POP_TOP POP_BLOCK COME_FROM_LOOP
whilestmt ::= SETUP_LOOP testexpr returns
POP_TOP POP_BLOCK COME_FROM_LOOP
whilestmt ::= SETUP_LOOP testexpr l_stmts_opt come_from_opt
come_froms POP_TOP POP_BLOCK COME_FROM_LOOP
# compare_chained is like x <= y <= z