grammar tree -> parse tree

This commit is contained in:
rocky
2018-02-22 14:34:42 -05:00
parent 09efb24a3e
commit a2b6ebc669
8 changed files with 15 additions and 14 deletions

View File

@@ -16,7 +16,7 @@ else:
LINE_LENGTH = 80
# Some grammar trees created below are used for comparing code
# Some parse trees created below are used for comparing code
# fragments (like 'return None' at the end of functions).
RETURN_LOCALS = AST('return',