Prev: Evaluating Income Property
Next: Best practice way to detect internet connectivity under Python2.6/Windows
From: Stefan Behnel on 8 Mar 2010 02:08 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 |