- Add the
--keep-prints
option for keeping print nodes, default is False. (By @thektulu) - Add the
--module-level
option for module level diff, default is False. (By @thektulu)
- Fix python 3.8 compatibility issue #4 (Thanks to aginiewicz)
- Remove import expr
- Fix python3 compatibility issue.
- Remove print for python23.
- Add TreeDiff method based on zss.
- Fixed sub nodes of Expr are not normalized.
- Fixed incorrect result when detect target contains no function.
- Init