Skip to content

byte-666/libclang-experiments-py

 
 

Repository files navigation

libclang-experiments-py

parse objective-c source code with libclang python interface

How to use

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 []

About

parse objective-c source code with libclang python interface

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • C 51.1%
  • C++ 47.7%
  • Python 1.2%