Towards fixing issue #92

This commit is contained in:
rocky
2017-04-13 01:48:17 -04:00
parent b4ded92822
commit 495bdd7b64

View File

@@ -22,6 +22,7 @@ class Python35Parser(Python34Parser):
while1stmt ::= SETUP_LOOP l_stmts COME_FROM JUMP_BACK
POP_BLOCK COME_FROM_LOOP
while1stmt ::= SETUP_LOOP l_stmts POP_BLOCK COME_FROM_LOOP
while1elsestmt ::= SETUP_LOOP l_stmts JUMP_BACK
POP_BLOCK else_suite COME_FROM_LOOP