> OK ... I know the restrictions of TCC. Just an off topic question:  is there> 
> a comparable library interface for gcc or other C compilers ?


You might look into clang(llvm)'s bindings. I know tons of people are
hooking into that these days. For isntance, the people working on the
Qt IDE use clang for source-code analysis. Pretty much the entire
project is divided up into smaller libraries. Plus you also get a
pretty mature C++ parser/compiler. I've been told writing a proper C++
parser is a good way to age prematurely.

Timothy
_______________________________________________
pypy-dev mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-dev

Reply via email to