evansneath / compilerLinks
A single-pass, recursive decent LL(1) compiler written by hand for a made-up language.
☆85Updated 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 stack-based virtual machine in C++ with a Forth like programming language☆165Updated 4 years ago
- A simple virtual machine w/constant folding implemented in Python☆118Updated 5 years ago
- Dr Strangehack, or: how to write a self-hosting C compiler in 10 hours☆529Updated 3 years ago
- A simple VM for a talk on building VMs☆224Updated 8 years ago
- Dao Programming Language☆201Updated 2 years ago
- Simple virtual machine which interprets bytecode.☆480Updated 3 years ago
- A stack machine VM, interpreter and genetic programming library☆44Updated 7 years ago
- A hackable and extensible lexer, parser and interpreter for a minimalistic, imperative, C-like language.☆154Updated 5 years ago
- Same as simple-virtual-machine but in C☆154Updated 9 years ago
- Write a simple interpreter of C. Inspired by c4 and largely based on it.☆40Updated 9 years ago
- A C Compiler. Executables runs on a stack based VM.☆78Updated 12 years ago
- "interesting" VM in C. Let's see how this goes.☆985Updated 5 years ago
- loxi - a Lox interpreter☆37Updated 8 years ago
- An implementation of Scheme in Python and C++☆194Updated 2 weeks ago
- A basic x86-64 JIT compiler written from scratch in stock Python☆234Updated 7 years ago
- Fedjmike's C Compiler☆136Updated 8 years ago
- Educational open-source CPU suite (with assembler, linker and simulator)☆178Updated last year
- An implementation of the Kaleidoscope language using Flex, Bison & the LLVM-C bindings.☆155Updated 8 years ago
- a little JIT VM language for (probably/eventually) terminal UI apps.☆60Updated 7 years ago
- Compiler for C language in python☆275Updated 7 years ago
- A toy C compiler☆524Updated 5 years ago
- Demo programs for my blog entry "Hello, JIT World!"☆243Updated 8 years ago
- An implementation of PL/0 including a tree-based interpreter and virtual machine.☆78Updated 2 years ago
- Toy compiler for a fictional go-like language called Gone.☆29Updated 6 years ago
- Rabbit VM.☆114Updated 6 years ago
- A toy JavaScript interpreter written in C☆94Updated 2 years ago
- Automatically exported from code.google.com/p/tinypy☆250Updated last year
- A sunny little virtual machine☆525Updated 10 years ago
- The Finch programming language☆255Updated 5 years ago