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☆123Updated 4 years ago
- A compiler for ARM, X86, MSP430, xtensa and more implemented in pure Python☆352Updated 2 months ago
- LLVM compiler for python based on py2llvm☆137Updated 10 years ago
- Retrospective of Python compilation efforts☆65Updated 3 years ago
- Self-compiling compiler of a Python subset. Just enough Python to Python in Python.☆46Updated 2 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.☆66Updated last month
- Python2 compiler package ported to Python3. Compiles Python AST (as produced by the "ast" module) to bytecode assembly and code objects.☆42Updated 4 years ago
- A compiler for a simple language, built with Python and LLVM☆100Updated 6 years ago
- Implementation of the LLVM tutorial in Python using llvmlite☆331Updated 10 months ago
- Pure-python C and assembler compiler☆54Updated 10 years ago
- Compile a subset of the Python AST to x64-64 assembler☆145Updated last year
- Standalone ASDL parser for upstream CPython 3.x☆62Updated 7 years ago
- Experiments for the official PEG parser generator for Python☆281Updated last year
- C parser and interpreter written in Python with automatic ctypes interface generation☆360Updated 3 months ago
- A Python to C compiler☆39Updated 5 years ago
- Python module to modify bytecode☆326Updated last week
- 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…☆400Updated 10 years ago
- Toy compiler for a fictional go-like language called Gone.☆29Updated 5 years ago
- Yet another PEG parser combinator library and DSL☆56Updated 2 years ago
- LALR parser generator targetting C, C++, Python, JavaScript, JSON and XML☆65Updated 8 months ago
- WebAssembly interpreter in RPython☆66Updated 6 years ago
- PythoC is a Python DSL compiler that compiles statically-typed Python to LLVM IR, providing C-equivalent runtime capabilities with Python…☆26Updated last week
- A pure Python LR/GLR parser - http://www.igordejanovic.net/parglare/☆145Updated last week
- A basic x86-64 JIT compiler written from scratch in stock Python☆233Updated 7 years ago
- A fork of Instagram's experimental performance oriented greenfield implementation of Python. It features small objects; a moving GC; hidd…☆50Updated 5 months ago
- C/C++ source generation from an AST☆168Updated 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
- tpy, a pet python forked from tinypy☆20Updated 4 years ago
- Automatically exported from code.google.com/p/tinypy☆249Updated last year
- Little Python to C++ compiler☆96Updated 2 years ago