Description
Parse modern C++ header files into structured information that Python tools can inspect. It helps documentation generators, binding tools, and code analyzers understand declarations without manually scanning text.
This is a parser library, not a C++ compiler. Complex language features and project-specific macros can still require testing against the real headers used by the project.