py2c - an open source Python to C/C++ is looking for developers
andrea crotti
andrea.crotti.0 at gmail.com
Mon Jul 30 11:08:39 EDT 2012
2012/7/30 <maniandram01 at gmail.com>:
> I created py2c ( http://code.google.com/p/py2c )- an open source Python to C/C++ translator!
> py2c is looking for developers!
> To join create a posting in the py2c-discuss Google Group or email me!
> Thanks
> PS:I hope this is the appropiate group for this message.
> --
> http://mail.python.org/mailman/listinfo/python-list
It looks like a very very hard task, and really useful or for exercise?
The first few lines I've seen there are the dangerous * imports and
LazyStrin looks like a typo..
from ast import *
import functools
from c_types import *
from lazystring import *
#constant data
empty = LazyStrin
ordertuple = ((Or,),(And
More information about the Python-list
mailing list