pycparserext
pycparserext copied to clipboard
Parsing of Basic Blocks
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?
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.