Add Another 2.7.5 "while 1" rule

This commit is contained in:
rocky 2018-05-01 04:00:35 -04:00
parent fdf97a1cc0
commit 6511cc4dd4

View File

@ -143,6 +143,7 @@ class Python27Parser(Python2Parser):
# 2.7.5 (and before to 2.7.0?)
while1stmt ::= SETUP_LOOP l_stmts_opt JUMP_BACK COME_FROM
while1stmt ::= SETUP_LOOP l_stmts_opt CONTINUE COME_FROM
while1stmt ::= SETUP_LOOP returns COME_FROM
while1stmt ::= SETUP_LOOP returns bp_come_from
while1stmt ::= SETUP_LOOP l_stmts_opt JUMP_BACK POP_BLOCK COME_FROM