Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement CFG (control flow graph) #16

Merged
merged 6 commits into from
Jul 28, 2024
Merged

Implement CFG (control flow graph) #16

merged 6 commits into from
Jul 28, 2024

Conversation

notJoon
Copy link
Contributor

@notJoon notJoon commented Jul 22, 2024

Description

Introduce the CFG to advancing the functionality of analysis.

  • Create interface for CFG
  • Create graphviz encoder to visualize

Future Works

  • Enhancing code optimization by using this package
  • Add Data Flow Analysis (DFA)

@notJoon notJoon marked this pull request as ready for review July 22, 2024 08:14
@notJoon notJoon added the AST Require: working with AST or static analysis label Jul 25, 2024
@notJoon notJoon merged commit 2bcec78 into main Jul 28, 2024
1 check passed
@notJoon notJoon deleted the cfg branch July 28, 2024 23:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
AST Require: working with AST or static analysis
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant