On 12/10/12 12:49 PM, Lucas Tanure wrote: > Can I help ? I know Python , Qt and C/C++. Didn't understand this new > way, but sure I can help.
Are you referring to rewriting the code generator in Python? If so, I'd begin by getting a feel for how the current C++ implementation works; the source is in shiboken/generator/shiboken. Feel free to ask questions about it. While I think a generator using the llvm / clang parser is a potentially a good idea, I'd start out by just using the existing C++ parser in shiboken as a way to do the development in smaller pieces. The first goal would be to translate the generator to Python so it can be improved from there. Thanks, John _______________________________________________ PySide mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/pyside
