[capi-sig] SWIG + expy

Stefan Behnel python_capi at behnel.de
Tue Apr 27 08:36:22 CEST 2010


Yingjie Lan, 27.04.2010 08:30:
> Is it possible to use SWIG to parse C/C++, and provide an interface for
> me to generate some code? I thought it might be good to have SWIG help
> generate expy files, then generate the python extension via expy.

You can give clang a try. It has a decent C/C++ parser, which is often 
considered more useful than the output of gccxml.

Stefan


More information about the capi-sig mailing list