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 compiler for ARM, X86, MSP430, xtensa and more implemented in pure Python☆349Updated 3 weeks ago
- Self-compiling compiler of a Python subset. Just enough Python to Python in Python.☆45Updated 2 years ago
- LLVM compiler for python based on py2llvm☆137Updated 10 years ago
- A virtual machine written in Python that executes x86 binaries according to the Intel Software Developer Manual☆123Updated 4 years ago
- 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.☆65Updated last year
- Retrospective of Python compilation efforts☆65Updated 3 years ago
- Implementation of the LLVM tutorial in Python using llvmlite☆327Updated 9 months ago
- Python2 compiler package ported to Python3. Compiles Python AST (as produced by the "ast" module) to bytecode assembly and code objects.☆41Updated 4 years ago
- PEG parser generator for Python☆183Updated 10 months 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
- ☆44Updated 6 years ago
- A Python to C compiler☆39Updated 5 years ago
- Python module to modify bytecode☆323Updated last month
- A Python implementation of the C Python Interpreter☆96Updated last week
- 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
- 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…☆399Updated 10 years ago
- WebAssembly interpreter in RPython☆66Updated 6 years ago
- An attempt to port David Beazley's PLY to RPython, and give it a cooler API.☆385Updated 2 years ago
- Compile a subset of the Python AST to x64-64 assembler☆143Updated last year
- 竜 TatSu generates Python parsers from grammars in a variation of EBNF☆431Updated 3 weeks ago
- The Python programming language☆25Updated 2 months ago
- Pure-python C and assembler compiler☆54Updated 10 years ago
- Little Python to C++ compiler☆96Updated 2 years ago
- C parser and interpreter written in Python with automatic ctypes interface generation☆360Updated last month
- RPython by Example (RPyBE) is a collection of runnable examples that illustrate various RPython concepts and libraries.☆15Updated 3 years ago
- ASDL parser☆20Updated 2 years ago
- Put all the objections to PEP 622 in one place.☆32Updated 5 years ago
- register-based CPython☆46Updated 2 years ago
- Multi-paradigm programming language compiled to C++, written in Python.☆58Updated 2 years ago