marcelogdeandrade / PythonCompilerLinks
Code used on "Writing your own programming language and compiler with Python" post
☆238Updated 4 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☆100Updated 5 years ago
- ** Moved to https://gitlab.com/cell_lang/cell ** Cell Elementary Learning Language☆115Updated 6 years ago
- Experimental Programming Language Coded in Python!☆77Updated 5 years ago
- Toy compiler for a fictional go-like language called Gone.☆28Updated 5 years ago
- A small BASIC-to-C compiler written in Python.☆358Updated last year
- A simple programming language using llvmlite in python3☆52Updated 2 years ago
- A compiler for ARM, X86, MSP430, xtensa and more implemented in pure Python☆346Updated this week
- Kaleidoscope using Python and llvmlite☆32Updated 8 years ago
- Toy programming language using LLVM, flex and bison.☆95Updated 7 months ago
- Simple C Compiler written in Python☆66Updated 2 years ago
- An attempt to port David Beazley's PLY to RPython, and give it a cooler API.☆383Updated 2 years ago
- Implementation of the LLVM tutorial in Python using llvmlite☆314Updated 6 months ago
- C compiler created in Python.☆1,063Updated 2 weeks ago
- Java Virtual Machine implementation in Python☆281Updated 6 years ago
- Little Python to C++ compiler☆94Updated last year
- Lesma Programming Language - old compiler written in Python. Please go to https://github.com/alinalihassan/Lesma for the current implemen…☆41Updated 3 years ago
- Experiments for the official PEG parser generator for Python☆280Updated last year
- An interpreter that can evaluate simple calculations to understand how computers process human-readable text☆59Updated last year
- Interpreter for a BASIC-inspired language written in Python for my tutorial series on YouTube☆510Updated last year
- An unmaintained programming language☆890Updated last year
- The Mys programming language - an attempt to create a statically typed Python-like language that produces fast binaries. See https://mys-…☆131Updated 2 years ago
- List of small programming languages that you can implement in a relatively small amount of time for educational purposes.☆110Updated 4 years ago
- Python implementation of locks, which is an imperative, dynamically typed, procedure oriented scripting language based on the lox program…☆34Updated 3 years ago
- Compile a subset of the Python AST to x64-64 assembler☆143Updated last year
- LLVM compiler for python based on py2llvm☆137Updated 9 years ago
- Automatically exported from code.google.com/p/tinypy☆244Updated last year
- Interpreter for the Declaration Section of a C program☆43Updated 5 years ago
- Python compiler that utilizes PLY and llvmlite☆12Updated 7 years ago
- Pascal simplified compiler written in python without external dependencies☆14Updated 7 years ago
- A simple VM for a talk on building VMs☆221Updated 8 years ago