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

Reply via email to