News

Control flow graph generator built from AST with the intention that no information is lost. Inspiration for how to manage loops/trys was taken from PyPy. Traversers ...
A project to generate control flow graph for Python, written in Python3. The file cfg_orig.py is derived from staticfg and is for comparison. cfg_orig.py has the exact same function as staticfg.