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 4 years ago
Related projects ⓘ
Alternatives and complementary repositories for py-to-cpp-converter
- Little Python to C++ compiler☆93Updated last year
- C++ to Python converter☆169Updated 4 years ago
- Py2C — a Python to C++ converter☆251Updated 2 years ago
- A tool to convert C++ code to Python code.☆168Updated 8 years ago
- transpile C source code to high-level JavaScript syntax☆27Updated 8 years ago
- A C language parser built from the scratch, without using compiler generator.☆15Updated last year
- Small C interpreter written in Python from scratch. Project was written as a part of course Compiler Construction at The Faculty Of Compu…☆47Updated 6 years ago
- Trying to implement python functions in C so it's easier to read.☆16Updated last year
- A small footprint scripting language with C++ integration.☆86Updated last year
- Strongly typed compiled general purpose programming language that generates C++☆12Updated 8 months ago
- A very (!) fast BrainFuck interpreter in Python☆19Updated 2 years ago
- A simple programming language, just for studying parsing and how to use lark-parser.☆8Updated 6 years ago
- self education and historical research of the C++ compiler cfront v3☆78Updated 9 years ago
- Pascal simplified compiler written in python without external dependencies☆15Updated 6 years ago
- C++ bignum with support for arbitrary precision integer arithmetic.☆27Updated 3 years ago
- Interpreter and Read-Eval-Print-Loop for a simple programming language called "MiniLang", written in C++☆66Updated 5 years ago
- Example of C Compiler using JIT Engine of Clang.☆29Updated 4 years ago
- The source code for howCode's 2018 'Make your own Programming Language' series.☆23Updated 6 years ago
- A tabular data structure for C++☆23Updated 2 years ago
- A simple python lexer and parser that I wrote for my blog posts☆11Updated 11 years ago
- A low overhead, embeddable bytecode virtual machine in C++☆30Updated 5 years ago
- Arbitrary-Precision Floating Point Arithmetic Library [C++]☆34Updated 11 months ago
- The Carburetta scanner & parser generator☆15Updated 3 weeks ago
- Utilities for writing C++ extension modules.☆83Updated last year
- Fast algorithm for sampling from discrete distributions☆11Updated 6 years ago
- Nuitka-GUI the Python 3 Binary machine code Compiler and Node Inspector☆27Updated 9 years ago
- C++ HTTP/REST/Websocket framework based on Nanomsg NG.☆18Updated last year
- A C++ library for big integers and dynamic precision floating-point☆20Updated last year
- A front-end C compiler for syntax parsing, semantic analysis and Intermediate Code Generation☆8Updated last year
- Convert PyObject* to C++ datatypes and vice versa☆29Updated 8 years ago