Merge branch 'master' into python-2.4

This commit is contained in:
rocky
2019-06-23 17:48:23 -04:00
15 changed files with 1140 additions and 655 deletions

View File

@@ -496,6 +496,7 @@ class PythonParser(GenericASTBuilder):
def p_expr(self, args):
'''
expr ::= _mklambda
expr ::= LOAD_CODE
expr ::= LOAD_FAST
expr ::= LOAD_NAME
expr ::= LOAD_CONST