utting98 / py-to-cpp-converter
This project is a work in progress python script that will read in another python script and attempt to convert it to a C++ program via accessing and replacing AST nodes with relevant C++ commands and file writeout. In the first instance it will be written only to handle base library python, possibly extending in the future.
☆33Updated 5 years ago
Alternatives and similar repositories for py-to-cpp-converter:
Users that are interested in py-to-cpp-converter are comparing it to the libraries listed below
- Little Python to C++ compiler☆94Updated last year
- Utilities for writing C++ extension modules.☆84Updated last year
- Trying to implement python functions in C so it's easier to read.☆16Updated 2 years ago
- A Python/Tkinter based Code Editor☆11Updated 11 years ago
- ☆39Updated 2 years ago
- A Python to C++ compiler.