facebookarchive / python-compilerLinks
A Python bytecode compiler written in Python. Based on a fork of https//github.com/pfalcon/python-compiler
☆17Updated 4 years ago
Alternatives and similar repositories for python-compiler
Users that are interested in python-compiler are comparing it to the libraries listed below
Sorting:
- A virtual machine written in Python that executes x86 binaries according to the Intel Software Developer Manual☆124Updated 4 years ago
- LLVM compiler for python based on py2llvm☆136Updated 10 years ago
- A compiler for ARM, X86, MSP430, xtensa and more implemented in pure Python☆354Updated 3 months ago
- Retrospective of Python compilation efforts☆65Updated 3 years ago
- PEG parser generator for Python☆192Updated last year
- Ahead-of-time compiler for Chocopy, a statically typed subset of Python 3, built in Python 3, targeting CIL/CLR, JVM, LLVM IR, and WASM.☆68Updated 2 months ago
- Self-compiling compiler of a Python subset. Just enough Python to Python in Python.☆46Updated 2 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
- Implementation of the LLVM tutorial in Python using llvmlite☆337Updated 11 months ago
- A Python implementation of the C Python Interpreter☆97Updated last month
- C/C++ source generation from an AST☆169Updated last week
- Experiments for the official PEG parser generator for Python☆282Updated last year
- A compiler for a simple language, built with Python and LLVM☆101Updated 6 years ago
- Python module to modify bytecode☆326Updated 3 weeks ago
- Experimental JIT/AOT for Python☆16Updated 4 years ago
- Small C interpreter written in Python from scratch. Project was written as a part of course Compiler Construction at The Faculty Of Compu…☆52Updated 7 years ago
- non-C programming language interfaces to the Binaryen library☆12Updated 2 months ago
- Compile a subset of the Python AST to x64-64 assembler☆145Updated last year
- WebAssembly interpreter in RPython☆67Updated 6 years ago
- A Python to C compiler☆39Updated 5 years ago
- A fork of Instagram's experimental performance oriented greenfield implementation of Python. It features small objects; a moving GC; hidd…☆50Updated 6 months ago
- Write compiled bytecode inline with pure Python. 🤖☆82Updated last year
- Cython plugin for Lark, reimplementing the LALR parser & lexer for better performance☆51Updated 6 months ago
- register-based CPython☆47Updated 2 years ago
- A basic x86-64 JIT compiler written from scratch in stock Python☆233Updated 7 years ago
- Extensions for Eli Bendersky's pycparser☆91Updated last month
- ☆45Updated 6 years ago
- Multi-paradigm programming language compiled to C++, written in Python.☆58Updated 2 years ago
- ASDL parser☆20Updated 3 years ago
- Kaleidoscope using Python and llvmlite☆32Updated 9 years ago