Reduce 3.x rules, esp. listcomp

This commit is contained in:
rocky
2017-11-29 19:03:11 -05:00
parent acb4ffb758
commit c4bfe38ee0
4 changed files with 13 additions and 6 deletions

View File

@@ -24,7 +24,6 @@ class Python33Parser(Python32Parser):
trystmt ::= SETUP_EXCEPT suite_stmts_opt POP_BLOCK
try_middle
jump_excepts come_from_except_clauses
mapexpr ::= BUILD_MAP kvlist
"""
def add_custom_rules(self, tokens, customize):