evansneath / compilerLinks
A single-pass, recursive decent LL(1) compiler written by hand for a made-up language.
☆87Updated 7 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
- A simple virtual machine w/constant folding implemented in Python☆120Updated 4 years ago
- A simple stack-based virtual machine in C++ with a Forth like programming language☆168Updated 3 years ago
- A simple VM for a talk on building VMs☆221Updated 8 years ago
- Write a simple interpreter of C. Inspired by c4 and largely based on it.☆40Updated 9 years ago
- A stack machine VM, interpreter and genetic programming library☆46Updated 6 years ago
- Dr Strangehack, or: how to write a self-hosting C compiler in 10 hours☆526Updated 3 years ago
- A hackable and extensible lexer, parser and interpreter for a minimalistic, imperative, C-like language.☆154Updated 4 years ago
- Dao Programming Language☆198Updated last year
- Simple virtual machine which interprets bytecode.☆475Updated 3 years ago
- Same as simple-virtual-machine but in C☆151Updated 9 years ago
- Automatically exported from code.google.com/p/tinypy☆245Updated last year
- A C Compiler. Executables runs on a stack based VM.☆77Updated 11 years ago
- loxi - a Lox interpreter☆36Updated 7 years ago
- Tree-Based Interpreter, compiler, and VM for TinyPie language☆72Updated 13 years ago
- An implementation of the Kaleidoscope language using Flex, Bison & the LLVM-C bindings.☆152Updated 8 years ago
- "interesting" VM in C. Let's see how this goes.☆985Updated 4 years ago
- A minimalist interpreted language, with a clean object model and a tiny VM.☆274Updated 6 years ago
- Fedjmike's C Compiler☆134Updated 7 years ago
- Educational open-source CPU suite (with assembler, linker and simulator)☆176Updated last year
- An implementation of Scheme in Python and C++☆175Updated 8 months ago
- An implementation of PL/0 including a tree-based interpreter and virtual machine.☆76Updated last year
- Rabbit VM.☆107Updated 6 years ago
- Compiler for C language in python☆276Updated 7 years ago
- track of Tiny C Compiler☆142Updated 15 years ago
- The Duck Programming Language☆108Updated 8 years ago
- A simple Tiny BASIC compiler which targets x86-64 Linux machines.☆52Updated 12 years ago
- Compile a subset of the Python AST to x64-64 assembler☆143Updated last year
- A toy JavaScript interpreter written in C☆94Updated last year
- a simple tiny C Compiler using Lex & Yacc☆91Updated 9 years ago