Merge branch 'master' into python-2.4

This commit is contained in:
rocky
2017-12-13 17:43:44 -05:00
18 changed files with 36 additions and 35 deletions

View File

@@ -216,7 +216,7 @@ class Python2Parser(PythonParser):
binary_op ::= BINARY_DIVIDE
"""
def add_custom_rules(self, tokens, customize):
def customize_grammar_rules(self, tokens, customize):
"""The base grammar we start out for a Python version even with the
subclassing is, well, is pretty base. And we want it that way: lean and
mean so that parsing will go faster.