pycparserext icon indicating copy to clipboard operation
pycparserext copied to clipboard

Parsing of Basic Blocks

Open zehanort opened this issue 5 years ago • 1 comments

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?

zehanort avatar Mar 26 '20 21:03 zehanort

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.

inducer avatar Mar 29 '20 20:03 inducer