IBM / pyflowgraph

Flow graphs for Python
Apache License 2.0
25 stars 8 forks source link

Static tracking of variable access, assignment, and deletion #28

Closed epatters closed 5 years ago

epatters commented 5 years ago

The third and final part of #18. At this point, I've implemented all the major static analysis features that I originally wanted. Doubtless minor problems will surface upon further testing, but I consider this little "feature sprint" finished.

The system is now far more reliable than when the tracing was based on sys.settrace. We're getting closer to a practically useful system.