castxml

Generates XML representation of C/C++ abstract syntax trees

brewmacoslinux
Try with needOr install directly
Source

About

C-family Abstract Syntax Tree XML Output

Commands

castxml

Examples

Convert a C++ source file to XML AST$ castxml --castxml-output=ast myfile.cpp -o output.xml
Generate AST from header file with compiler flags$ castxml --castxml-output=ast -std=c++11 myheader.h -o tree.xml
Process multiple files and specify output format$ castxml --castxml-output=ast file1.cpp file2.cpp -o combined.xml