<2.7 "if" detection and dup Python 3 grammar rule

This commit is contained in:
rocky
2016-11-24 05:33:08 -05:00
parent cbcfd53dae
commit 8941417a54
2 changed files with 6 additions and 2 deletions

View File

@@ -354,8 +354,6 @@ class Python3Parser(PythonParser):
COME_FROM_LOOP
whileTruestmt ::= SETUP_LOOP l_stmts_opt JUMP_BACK POP_BLOCK NOP
COME_FROM_LOOP
whileTruestmt ::= SETUP_LOOP l_stmts_opt JUMP_BACK POP_BLOCK NOP
COME_FROM_LOOP
forstmt ::= SETUP_LOOP expr _for designator for_block POP_BLOCK NOP
COME_FROM_LOOP
"""