parse objective-c source code with libclang python interface
clone the project by
git clone https://github.com/haifengkao/libclang-experiments-py
run the example by
cd libclang-experiments-py
python clangParse.py ct.m
You should see the ouput
ct.m
[]
If there are some errors in ct.m, it will be displayed inside []