Skip to content
#

reaching-definition-analysis

Here are 5 public repositories matching this topic...

Language: All
Filter by language

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 reaching-definition-analysis 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 reaching-definition-analysis topic, visit your repo's landing page and select "manage topics."

Learn more