How to detect C Function block using python

Faheem faheem_imt at yahoo.com
Tue Mar 9 02:51:57 EST 2010


Hey All,
I'm new in this community. I am writing a static analyzer for validating C Code using python and for that I'm looking for a python module/API that will detect Function block of a given C-File. I know simple function can be detected using push "{" and poping it if character "}" is found. This solution is actually done already, I want a robust API that can do more then that like detecting Function name parameters its return types etc.
Thanks!Faheem  




      
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-list/attachments/20100308/8dfb1eee/attachment.html>


More information about the Python-list mailing list