Christopher Barker, 04.11.2010 17:55: > One day, we may have a mature Cython code generator for wrapping C/C++ > (and it may be worth looking at what has been done along those lines).
The code generation has never been the main problem. That would be parsing arbitrary header files (preferably without adding huge dependencies like gccxml or clang) and figuring out what's relevant enough to merit ending up in the generated code. Once that's done, generating a Cython .pxd file and/or "mostly usable" code skeleton from it is rather straight forward. Stefan _______________________________________________ Cython-dev mailing list [email protected] http://codespeak.net/mailman/listinfo/cython-dev
