evansneath / compiler
A single-pass, recursive decent LL(1) compiler written by hand for a made-up language.
☆86Updated 6 years ago
Alternatives and similar repositories for compiler
Users that are interested in compiler are comparing it to the libraries listed below
Sorting:
- Stack based Virtual Machine and JIT compiler built during the Programming Language Masterclass☆61Updated 11 years ago
- Fedjmike's C Compiler☆132Updated 7 years ago
- A C Compiler. Executables runs on a stack based VM.☆77Updated 11 years ago
- loxi - a Lox interpreter☆35Updated 7 years ago
- The Duck Programming Language☆109Updated 7 years ago
- a little JIT VM language for (probably/eventually) terminal UI apps.☆62Updated 6 years ago
- A stack machine VM, interpreter and genetic programming library☆46Updated 6 years ago
- Tree-Based Interpreter, compiler, and VM for TinyPie language☆73Updated 13 years ago
- Toy compiler for a fictional go-like language called Gone.☆27Updated 5 years ago
- A simple stack-based virtual machine in C++ with a Forth like programming language☆166Updated 3 years ago
- Write a simple interpreter of C. Inspired by c4 and largely based on it.☆40Updated 9 years ago
- Bootstrapped compiler of a C-like but Python-looking language☆47Updated 7 years ago
- Incremental garbage collector library in C for use by high level language implementions.☆110Updated 9 years ago
- A minimalist interpreted language, with a clean object model and a tiny VM.☆273Updated 5 years ago
- A Python-like systems programming language☆84Updated 9 years ago
- Same as simple-virtual-machine but in C☆149Updated 9 years ago
- A hackable and extensible lexer, parser and interpreter for a minimalistic, imperative, C-like language.☆152Updated 4 years ago
- The fluffy programming language main repository☆24Updated 12 years ago
- Dao Programming Language☆200Updated last year
- An implementation of Scheme in Python and C++☆172Updated 4 months ago
- A just-in-time compiler for c minus☆47Updated 11 years ago
- A simple implementation of the LISP2 mark-compact GC algorithm☆41Updated 10 years ago
- A toy JavaScript interpreter written in C☆95Updated last year
- Fast interpreter with macros, local type inference, LLVM backend.☆163Updated 6 years ago
- rcor C compiler (under development)☆115Updated 7 years ago
- Dr Strangehack, or: how to write a self-hosting C compiler in 10 hours☆526Updated 3 years ago
- Teach myself about interpreters, JITs, and compilers using the Brainfuck language as the toy language☆86Updated 3 years ago
- Rabbit VM.☆107Updated 5 years ago
- "interesting" VM in C. Let's see how this goes.☆985Updated 4 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