You've already forked python-uncompyle6
mirror of
https://github.com/rocky/python-uncompyle6.git
synced 2025-08-03 00:45:53 +08:00
grammar tree -> parse tree
This commit is contained in:
@@ -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',
|
||||
|
Reference in New Issue
Block a user