sparkslabs / pyxieLinks
Little Python to C++ compiler
☆97Updated 2 years ago
Alternatives and similar repositories for pyxie
Users that are interested in pyxie are comparing it to the libraries listed below
Sorting:
- Pure-python C and assembler compiler☆55Updated 10 years ago
- A virtual machine written in Python that executes x86 binaries according to the Intel Software Developer Manual☆124Updated 4 years ago
- A small C compiler written in Python for learning purposes☆41Updated 8 years ago
- Inline assembly module for python☆30Updated 2 years ago
- Py2C — a Python to C++ converter☆255Updated 4 years ago
- Python2 compiler package ported to Python3. Compiles Python AST (as produced by the "ast" module) to bytecode assembly and code objects.☆42Updated 5 years ago
- LLVM compiler for python based on py2llvm☆136Updated 10 years ago
- A tool to convert C++ code to Python code.☆168Updated 9 years ago
- C parser and interpreter written in Python with automatic ctypes interface generation☆363Updated 4 months ago
- Self-compiling compiler of a Python subset. Just enough Python to Python in Python.☆46Updated 2 years ago
- Compile a subset of the Python AST to x64-64 assembler☆145Updated last year
- Code used on "Writing your own programming language and compiler with Python" post☆239Updated 5 years ago
- Materials for "Exploring the Python AST ecosystem"☆17Updated 7 years ago
- Simple and powerful GUI framework for agile development☆70Updated 9 years ago
- Java Virtual Machine implemented in pure python☆241Updated 4 years ago
- Python scripting support for DOSBox☆17Updated 13 years ago
- Pure-python C compiler and assembler☆52Updated 10 years ago
- A compiler for a simple language, built with Python and LLVM☆101Updated 6 years ago
- A (very) basic 8086 emulator written in python - just for fun.☆53Updated 8 months ago
- Create Tkinter GUIs from JSON definition files.☆121Updated 5 years ago
- A compiler for ARM, X86, MSP430, xtensa and more implemented in pure Python☆354Updated 3 months ago
- An Earley-Algorithm Context-free grammar Parser Toolkit