NT build_list -> list to match AST

This commit is contained in:
rocky
2017-12-01 03:55:31 -05:00
parent 0744a549dd
commit dfdd5c6c1c
7 changed files with 25 additions and 25 deletions

View File

@@ -435,7 +435,7 @@ class PythonParser(GenericASTBuilder):
expr ::= LOAD_DEREF
expr ::= load_attr
expr ::= binary_expr
expr ::= build_list
expr ::= list
expr ::= compare
expr ::= dict
expr ::= and