On Aug 20, 2009, at 7:31 AM, Stefan Behnel wrote: > Hi, > > I just stumbled over the Py++ project that reads C++ code using > pygccxml > and comes with wrapper code generators for Boost.Python and ctypes. > > http://www.language-binding.net/pyplusplus/pyplusplus.html > >> From a first glance, it seems not too hard to add a third >> generator for > Cython code that could write out the corresponding .pxd files and a > simple > 1:1 API skeleton. > > Has anyone looked into this already? This would be a wonderful tool > for > those who want to wrap larger libraries.
Yes, that would be cool. Just using gcc-xml to generate .pxd files (for c or c++) would be very useful and something I've thought about before, but this is a step beyond that. - Robert _______________________________________________ Cython-dev mailing list [email protected] http://codespeak.net/mailman/listinfo/cython-dev
