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

Parsing of Basic Blocks #50

Open
zehanort opened this issue Mar 26, 2020 · 1 comment
Open

Parsing of Basic Blocks #50

zehanort opened this issue Mar 26, 2020 · 1 comment

Comments

@zehanort
Copy link

Is there any functionality in pycparserext regarding basic blocks? I.e. parsing the input file and getting a list of basic blocks for each function, or a specific function. If not, is there any way to do this easily with the existing functionalities? If not again, would you be interested in me trying to implement this feature and send a PR?

@inducer
Copy link
Owner

inducer commented Mar 29, 2020

There's nothing there currently, and I kind of view it as out of scope of pycparserext, as it heads away from just "parser" and more into "compiler" territory, so I think it would belong in a separate package. Thanks for offering to contribute though, much appreciated.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants