Is there a python library to parse C++ code file?

buddingrose11 at gmail.com buddingrose11 at gmail.com
Mon Apr 27 14:33:56 EDT 2015


I want to parse a C++ code to get class names, method names, the blocks inside method, methods inside method, identify recursive call, methods of class(outside the class), and relationships of classes. How to do it in python? Is there any library to do it?



More information about the Python-list mailing list