whileTrue grammar reduction

This commit is contained in:
rocky
2017-12-02 07:53:19 -05:00
parent 6d0f72f13b
commit ac819cd1b9
2 changed files with 0 additions and 4 deletions

View File

@@ -140,9 +140,6 @@ class Python35Parser(Python34Parser):
withasstmt ::= expr SETUP_WITH store suite_stmts_opt
POP_BLOCK LOAD_CONST COME_FROM_WITH
WITH_CLEANUP END_FINALLY
# FIXME: should this be in 3.3?
whileTruestmt ::= SETUP_LOOP return_stmts COME_FROM_LOOP
""")
super(Python35Parser, self).add_custom_rules(tokens, customize)
for i, token in enumerate(tokens):