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
- Stack based Virtual Machine and JIT compiler built during the Programming Language Masterclass☆61Updated 10 years ago
- Fedjmike's C Compiler☆132Updated 7 years ago
- loxi - a Lox interpreter☆33Updated 7 years ago
- A C Compiler. Executables runs on a stack based VM.☆77Updated 11 years ago
- A stack machine VM, interpreter and genetic programming library☆46Updated 6 years ago
- A simple virtual machine w/constant folding implemented in Python☆120Updated 4 years ago
- Write a simple interpreter of C. Inspired by c4 and largely based on it.☆40Updated 9 years ago
- A simple stack-based virtual machine in C++ with a Forth like programming language☆166Updated 3 years ago
- Rabbit VM.☆105Updated 5 years ago
- a little JIT VM language for (probably/eventually) terminal UI apps.☆62Updated 6 years ago
- Toy compiler for a fictional go-like language called Gone.☆27Updated 5 years ago
- track of Tiny C Compiler☆141Updated 14 years ago
- A hackable and extensible lexer, parser and interpreter for a minimalistic, imperative, C-like language.☆149Updated 4 years ago
- a tiny VM written in python☆8Updated 9 years ago
- A toy JavaScript interpreter written in C☆95Updated last year
- A simple VM for a talk on building VMs☆215Updated 7 years ago
- MiniJava x86, LLVM Compiler and Interpreter☆73Updated 8 years ago
- a simple tiny C Compiler using Lex & Yacc☆84Updated 8 years ago
- A minimalist interpreted language, with a clean object model and a tiny VM.☆273Updated 5 years ago
- The C/C++/Fortran compiler collection written in Java☆36Updated 3 years ago
- Jato, an open source implementation of the JVM☆154Updated 10 years ago
- Dao Programming Language☆199Updated last year
- Same as simple-virtual-machine but in C☆146Updated 8 years ago
- a mini C-like language(C1) compiler☆36Updated 5 years ago
- Yet another scheme compiler... This time generating shitty code.☆17Updated 11 years ago
- Tree-Based Interpreter, compiler, and VM for TinyPie language☆73Updated 13 years ago
- A simple VM in C☆49Updated 7 months ago
- Sample programs for comparison of different VM interpretation techniques☆33Updated 4 months ago
- Dr Strangehack, or: how to write a self-hosting C compiler in 10 hours☆524Updated 2 years ago
- An implementation of the Kaleidoscope language using Flex, Bison & the LLVM-C bindings.☆145Updated 8 years ago