Description
Parse C++ header files into Python data structures that describe classes, methods, and declarations. It helps code generators, documentation tools, and binding utilities inspect C++ interfaces programmatically.
This is a parser library, not a compiler. C++ syntax is complex, so projects should test it against the headers they actually use and avoid assuming every modern language feature is understood perfectly.