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? -- https://mail.python.org/mailman/listinfo/python-list
- Re: Is there a python library to parse C++ code file? buddingrose11
- Re: Is there a python library to parse C++ code file? Steven D'Aprano