The C language like the Python, by the Python and for the Python --- PythoidC

Stefan Behnel stefan_ml at behnel.de
Mon Mar 8 02:08:35 EST 2010


CHEN Guang, 08.03.2010 06:08:
> Hi, if you are interested in C-Python mixed programming, please take a look at:
> http://pythoidc.googlecode.com
> PythoidC is the C language like the Python, by the Python and for the Python

It looks a bit dangerous to me to parse C header files only with regular 
expressions. For Cython, some people seem to be using gcc-xml instead, and 
some have reported that clang is really nice to play with. However, none of 
those has made its way into Cython yet, mostly due to the dependency it 
would add. I don't know if tcc (which you seem to depend on) has anything 
comparable, but I doubt it.

Just out of curiosity, is this syntax converter actually used for any real 
projects?

Stefan




More information about the Python-list mailing list