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

Render CFG Result to GraphViz #37

Closed
notJoon opened this issue Jul 29, 2024 · 0 comments · Fixed by #77
Closed

Render CFG Result to GraphViz #37

notJoon opened this issue Jul 29, 2024 · 0 comments · Fixed by #77
Labels
good first issue Good for newcomers P-low Priority: Low

Comments

@notJoon
Copy link
Contributor

notJoon commented Jul 29, 2024

Description

Added an option to the CLI to save a file with CFG analysis results rendered in GraphViz.

tlin -cfg -func <name> -o “output.svg” <path>
@notJoon notJoon added good first issue Good for newcomers P-low Priority: Low labels Jul 29, 2024
notJoon pushed a commit that referenced this issue Sep 30, 2024
This PR adds the functionnality to render a cfg analyis to a graphviz
svg file.

closes #37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers P-low Priority: Low
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant