marcelogdeandrade / PythonCompiler
Code used on "Writing your own programming language and compiler with Python" post
☆239Updated 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 simple programming language using llvmlite in python3☆51Updated 2 years ago
- A compiler for a simple language, built with Python and LLVM☆100Updated 5 years ago
- C compiler created in Python.☆1,059Updated last year
- An attempt to port David Beazley's PLY to RPython, and give it a cooler API.☆382Updated 2 years ago
- Toy compiler for a fictional go-like language called Gone.☆27Updated 5 years ago
- ** Moved to https://gitlab.com/cell_lang/cell ** Cell Elementary Learning Language☆116Updated 6 years ago
- Implementation of the LLVM tutorial in Python using llvmlite☆309Updated 3 months ago
- List of small programming languages that you can implement in a relatively small amount of time for educational purposes.☆107Updated 4 years ago
- Pascal simplified compiler written in python without external dependencies☆14Updated 6 years ago
- Experiments for the official PEG parser generator for Python☆280Updated last year
- Compile a subset of the Python AST to x64-64 assembler☆140Updated last year
- Sly Lex Yacc☆844Updated 11 months ago
- Kaleidoscope using Python and llvmlite☆32Updated 8 years ago
- Let's Build A Simple Interpreter☆1,832Updated 3 years ago
- A small BASIC-to-C compiler written in Python.☆356Updated last year
- Interpreter for a BASIC-inspired language written in Python for my tutorial series on YouTube☆502Updated last year
- A simple virtual machine w/constant folding implemented in Python☆120Updated 4 years ago
- ☆96Updated 8 years ago
- Java Virtual Machine implementation in Python☆278Updated 6 years ago
- A compiler for ARM, X86, MSP430, xtensa and more implemented in pure Python☆341Updated 2 years ago
- Toy programming language using LLVM, flex and bison.☆93Updated 4 months ago
- The source code for howCode's 2018 'Make your own Programming Language' series.☆24Updated 6 years ago
- LLVM compiler for python based on py2llvm☆136Updated 9 years ago
- Simple C Compiler written in Python☆65Updated 2 years ago
- A compiler for a tiny (but growing!) subset of C, written in OCaml.☆290Updated 2 years ago
- A language made for a blog post, but that's also named after me☆30Updated 3 years ago
- Simple assembler written in Python that translates assembly code into binary. Based on the nand2tetris Hack platform specification☆20Updated 12 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…☆51Updated 6 years ago
- A small C compiler written in Python for learning purposes☆41Updated 7 years ago
- Simple virtual machine which interprets bytecode.☆473Updated 2 years ago