Greetings all,
I can't believe that there isn't one already out there, but I cant find it -- but...
I would like a parser for C/C++ source code that will identify all function defintions and allow access to the function name, the parameter names/types.
I'm trying to write some defensive programming tools and that would immensely helpful. If you know of one that already exists, please let me know.
Thanks!
I can't believe that there isn't one already out there, but I cant find it -- but...
I would like a parser for C/C++ source code that will identify all function defintions and allow access to the function name, the parameter names/types.
I'm trying to write some defensive programming tools and that would immensely helpful. If you know of one that already exists, please let me know.
Thanks!