benhoyt / pyast64
Compile a subset of the Python AST to x64-64 assembler
☆139Updated 9 months ago
Alternatives and similar repositories for pyast64:
Users that are interested in pyast64 are comparing it to the libraries listed below
- A virtual machine written in Python that executes x86 binaries according to the Intel Software Developer Manual☆117Updated 3 years ago
- Python bindings for LLVM auto-generated from the LLVM-C API☆214Updated 2 months ago
- A basic x86-64 JIT compiler written from scratch in stock Python☆227Updated 6 years ago
- A compiler for a simple language, built with Python and LLVM☆100Updated 5 years ago
- LLVM compiler for python based on py2llvm☆133Updated 9 years ago
- A compiler for ARM, X86, MSP430, xtensa and more implemented in pure Python☆340Updated 2 years ago
- Educational open-source CPU suite (with assembler, linker and simulator)☆169Updated 9 months ago
- Implementation of the LLVM tutorial in Python using llvmlite☆300Updated 3 weeks ago
- A simple virtual machine w/constant folding implemented in Python☆120Updated 4 years ago
- Standalone ASDL parser for upstream CPython 3.x☆62Updated 6 years ago
- C parser and interpreter written in Python with automatic ctypes interface generation☆353Updated 5 years ago
- Experiments for the official PEG parser generator for Python☆278Updated 9 months ago
- Pure-python C and assembler compiler☆54Updated 10 years ago
- A (very) basic 8086 emulator written in python - just for fun.☆50Updated 12 years ago
- non-backtracking NFA-based regular expression library, for C and Python☆61Updated 4 years ago
- Python module to modify bytecode☆306Updated 3 weeks ago
- An implementation of Scheme in Python and C++☆171Updated last month
- Self-compiling compiler of a Python subset. Just enough Python to Python in Python.☆46Updated last year
- Same as simple-virtual-machine but in C☆144Updated 8 years ago
- Originally a github fork of the llvm-py repository from http://www.mdevan.org/llvm-py/index.html updated to work with LLVM 3.x. Since th…☆404Updated 9 years ago
- An attempt to port David Beazley's PLY to RPython, and give it a cooler API.☆381Updated 2 years ago
- A python parser that builds python ASTs in 502 lines of python without using modules☆61Updated 6 years ago
- EPIC CUCUMBERS!☆28Updated 7 years ago
- Pthreads-free Linux threading demo☆152Updated 5 years ago
- Automatically exported from code.google.com/p/tinypy☆238Updated 10 months ago
- A simple stack-based virtual machine in C++ with a Forth like programming language☆166Updated 3 years ago
- ☆71Updated 2 years ago
- Java Virtual Machine implemented in pure python☆241Updated 3 years ago
- A tiny x86 compiler with ELF and PE target☆184Updated last year
- Tree-Based Interpreter, compiler, and VM for TinyPie language☆73Updated 13 years ago