I'm looking to parse c++ code files in python. I'm mostly concerned with only the function declarations, not the definitions. The kind of output GCCXML gives seems perfect to me but the thing is I can't get GCCXML to work, I can't find proper documentation. All the articles I found online are old and possibly outdated.
Can anyone suggest any other alternative? Or and updated links regarding GCCXML.
I'm using Python 3.4.2 and IDLE.