eliben / pykaleidoscopeLinks
Implementation of the LLVM tutorial in Python using llvmlite
☆313Updated 4 months ago
Alternatives and similar repositories for pykaleidoscope
Users that are interested in pykaleidoscope are comparing it to the libraries listed below
Sorting:
- A tiny 1000 line LLVM-based numeric specializer for scientific Python code.☆409Updated 3 years ago
- C parser and interpreter written in Python with automatic ctypes interface generation☆354Updated 5 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…☆402Updated 10 years ago
- A basic x86-64 JIT compiler written from scratch in stock Python☆231Updated 7 years ago
- A lightweight LLVM python binding for writing JIT compilers☆2,082Updated this week
- An attempt to port David Beazley's PLY to RPython, and give it a cooler API.☆383Updated 2 years ago
- LLVM compiler for python based on py2llvm☆136Updated 9 years ago
- Experiments for the official PEG parser generator for Python☆280Updated last year
- A compiler for a simple language, built with Python and LLVM☆100Updated 5 years ago
- A compiler for ARM, X86, MSP430, xtensa and more implemented in pure Python☆343Updated 2 years ago
- Compile a subset of the Python AST to x64-64 assembler☆141Updated last year
- Python bindings for LLVM auto-generated from the LLVM-C API☆223Updated 2 months ago
- x86-64 assembler library☆481Updated 4 years ago
- graph based intermediate representation and backend for optimising compilers☆509Updated 3 months ago
- Database of CPU Opcodes☆251Updated last year
- C Intermediate Language☆374Updated last year
- An implementation of Scheme in Python and C++☆173Updated 6 months ago
- Educational open-source CPU suite (with assembler, linker and simulator)☆173Updated last year
- A simple, self-hosting C compiler☆954Updated 3 years ago
- C Foreign Function Interface and JIT using Clang/LLVM☆553Updated 2 months ago
- A simple stack-based virtual machine in C++ with a Forth like programming language☆167Updated 3 years ago
- Simple compiler frontend using LLVM as backend☆237Updated 6 years ago
- A guide that explains how high level programming language constructs are mapped to the LLVM intermediate language.☆622Updated 7 months ago
- Standalone ASDL parser for upstream CPython 3.x☆62Updated 6 years ago
- A compiler for a tiny (but growing!) subset of C, written in OCaml.☆290Updated 2 years ago
- Dr Strangehack, or: how to write a self-hosting C compiler in 10 hours☆525Updated 3 years ago
- Kaleidoscope using Python and llvmlite☆32Updated 8 years ago
- C99 parser and frontend for libfirm☆348Updated 5 months ago
- an incremental approach to compiler construction☆937Updated 5 years ago
- A simple virtual machine w/constant folding implemented in Python☆120Updated 4 years ago