On Mon, Aug 24, 2009 at 8:16 AM, Sebastien Binet<[email protected]> wrote:
> On Thursday 20 August 2009 16:31:35 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.
>
> I believe David threw a bunch of things together in that direction:
> http://cournape.wordpress.com/2008/12/01/cython-codegen-cython-code-generator-
> from-gccxml-files/

"Bunch of things" is a good description, it is nothing more than a hack.

>, but it is now migrating towards using
> LLVM/CLang.

I wanted to use clang as well - what is the status of the C parsing ?
It is usable ?

cheers,

David
_______________________________________________
Cython-dev mailing list
[email protected]
http://codespeak.net/mailman/listinfo/cython-dev

Reply via email to