You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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.
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?The text was updated successfully, but these errors were encountered: