description | Python to C++ translator |
owner | zwegner@gmail.com |
last change | Mon, 31 Oct 2011 07:51:08 +0000 (31 00:51 -0700) |
URL | git://repo.or.cz/pythonc.git |
| https://repo.or.cz/pythonc.git |
push URL | ssh://repo.or.cz/pythonc.git |
| https://repo.or.cz/pythonc.git (learn more) |
bundle info | pythonc.git downloadable bundles |
content tags
|
|
readme
Pythonc--Python to C++ translator
Copyright 2011 Zach Wegner
Pythonc is pronounced like "Pie Thonk", for obvious reasons.
It currently translates some nontrivial subset of Python code into C++. No
claims are made about the correctness or efficiency of the generated code.
You have been warned.
The translator is released under the GPLv3.
The C++ backend, used by the generated code, is released under the Apache license.