Description
Parses C code and produces an abstract syntax tree in Python. It helps compilers, static analyzers, binding generators, and tooling understand C declarations and source structure.
Parsing does not compile or execute the C code. Tools using it should still handle preprocessor configuration, include paths, and untrusted input carefully.