[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.python

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

Stefan Behnel

3/8/2010 7:09:00 AM

CHEN Guang, 08.03.2010 06:08:
> Hi, if you are interested in C-Python mixed programming, please take a look at:
> http://pythoidc.goog...
> 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