NT binary_subscr -> subscript to match AST

This commit is contained in:
rocky
2017-11-29 00:08:08 -05:00
parent fb695616a6
commit c81b4df8b7
7 changed files with 12 additions and 12 deletions

View File

@@ -62,7 +62,7 @@ class Python32Parser(Python3Parser):
def p_32on(self, args):
"""
# In Python 3.2+, DUP_TOPX is DUP_TOP_TWO
binary_subscr2 ::= expr expr DUP_TOP_TWO BINARY_SUBSCR
subscript2 ::= expr expr DUP_TOP_TWO BINARY_SUBSCR
"""
pass