Grammar isolation fixes

This commit is contained in:
rocky
2017-11-27 05:16:08 -05:00
parent fab6870710
commit c241b12308
5 changed files with 9 additions and 11 deletions

View File

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