marcelogdeandrade / PythonCompilerLinks
Code used on "Writing your own programming language and compiler with Python" post
☆239Updated 5 years ago
Alternatives and similar repositories for PythonCompiler
Users that are interested in PythonCompiler are comparing it to the libraries listed below
Sorting:
- A compiler for a simple language, built with Python and LLVM☆101Updated 6 years ago
- Experimental Programming Language Coded in Python!☆77Updated 5 years ago
- Toy programming language using LLVM, flex and bison.☆93Updated last year
- A small BASIC-to-C compiler written in Python.☆382Updated last year
- ** Moved to https://gitlab.com/cell_lang/cell ** Cell Elementary Learning Language☆118Updated 7 years ago
- Lesma Programming Language - old compiler written in Python. Please go to https://github.com/alinalihassan/Lesma for the current implemen…☆41Updated 3 years ago
- C compiler created in Python.☆1,072Updated 6 months ago
- Simple C Compiler written in Python☆66Updated 3 years ago
- Kaleidoscope using Python and llvmlite☆32Updated 9 years ago
- A compiler for ARM, X86, MSP430, xtensa and more implemented in pure Python☆355Updated 4 months ago
- An attempt to port David Beazley's PLY to RPython, and give it a cooler API.☆391Updated 3 years ago
- Implementation of the LLVM tutorial in Python using llvmlite☆339Updated last year
- Compile a subset of the Python AST to x64-64 assembler☆145Updated last year
- Little Python to C++ compiler☆97Updated 2 years ago
- Compiler for the COOL programming language in Python 3☆40Updated last month
- A small C compiler written in Python for learning purposes☆41Updated 8 years ago
- Java Virtual Machine implementation in Python☆283Updated 7 years ago
- Experiments for the official PEG parser generator for Python☆282Updated last year
- List of small programming languages that you can implement in a relatively small amount of time for educational purposes.☆113Updated 3 months ago
- A simple virtual machine w/constant folding implemented in Python☆118Updated 5 years ago
- A virtual machine written in Python that executes x86 binaries according to the Intel Software Developer Manual☆124Updated 4 years ago
- an operating system in Python☆251Updated 11 years ago
- Dialect of Python with explicit variable declaration and block scoping, with a lightweight and easy-to-embed bytecode compiler and interp…☆468Updated last month
- 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
- Python implementation of locks, which is an imperative, dynamically typed, procedure oriented scripting language based on the lox program…☆33Updated 3 years ago
- Multi-paradigm programming language compiled to C++, written in Python.☆58Updated 2 years ago
- A virtual machine and a tree-walk interpreter for the Lox programming language in C89☆51Updated 6 years ago
- Upload and changes to Python 0.9.1 release (from 1991!) so that it would compile☆214Updated 4 years ago
- A simple VM for a talk on building VMs☆224Updated 8 years ago
- Compiler for xlang, A C like high level programming language that emits Intel x86 assembly☆54Updated 4 years ago