Remove whileelselastsmt ...

Right now I don't know what it does and we don't have something that
needs it
This commit is contained in:
rocky
2017-11-23 12:33:41 -05:00
parent cddb55eb33
commit 184f480bc8
4 changed files with 0 additions and 9 deletions

View File

@@ -383,9 +383,6 @@ class Python3Parser(PythonParser):
whileelsestmt ::= SETUP_LOOP testexpr l_stmts_opt JUMP_BACK POP_BLOCK
else_suite COME_FROM_LOOP
whileelselaststmt ::= SETUP_LOOP testexpr l_stmts_opt JUMP_BACK POP_BLOCK
else_suitec COME_FROM_LOOP
whileTruestmt ::= SETUP_LOOP l_stmts_opt JUMP_BACK POP_BLOCK
COME_FROM_LOOP