Skip to content
#

control-flow-graph

Here are 20 public repositories matching this topic...

This project is used to extract some basic assignment statements, loop conditions from the given python program. Using static control flow analysis, the project can be used to create a control flow graph. Using Reaching definition and live variable analysis, one can eliminate dead code from the program.

  • Updated Aug 21, 2021
  • Python

Improve this page

Add a description, image, and links to the control-flow-graph topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the control-flow-graph topic, visit your repo's landing page and select "manage topics."

Learn more