xennygrimmato / py-data-dependency-graph

Data dependency graph for Python programs
3 stars 0 forks source link

Consider refactoring and using astor #8

Open xennygrimmato opened 4 years ago

xennygrimmato commented 4 years ago

astor seems to provide the functionality of performing some actions before and after a node is visited. This would help make the code pretty neat. Also, it provides a non-recursive tree-walk which would help.