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
- An implementation of PL/0 including a tree-based interpreter and virtual machine.☆75Updated last year
- A simple virtual machine w/constant folding implemented in Python☆120Updated 4 years ago
- loxi - a Lox interpreter☆33Updated 7 years ago
- Fedjmike's C Compiler☆132Updated 7 years ago
- A C Compiler. Executables runs on a stack based VM.☆77Updated 11 years ago
- A hackable and extensible lexer, parser and interpreter for a minimalistic, imperative, C-like language.☆148Updated 4 years ago
- A stack machine VM, interpreter and genetic programming library☆46Updated 6 years ago
- A simple stack-based virtual machine in C++ with a Forth like programming language☆166Updated 3 years ago
- The Duck Programming Language☆109Updated 7 years ago
- Educational open-source CPU suite (with assembler, linker and simulator)☆169Updated 9 months ago
- Write a simple interpreter of C. Inspired by c4 and largely based on it.☆40Updated 8 years ago
- A Python-like systems programming language☆84Updated 9 years ago
- Rabbit VM.☆105Updated 5 years ago
- A simple VM for a talk on building VMs☆215Updated 7 years ago
- Compiler for C language in python☆275Updated 6 years ago
- a simple tiny C Compiler using Lex & Yacc☆84Updated 8 years ago
- Fast interpreter with macros, local type inference, LLVM backend.☆163Updated 6 years ago
- a mini C-like language(C1) compiler☆36Updated 5 years ago
- Dao Programming Language☆199Updated last year
- An implementation of the Kaleidoscope language using Flex, Bison & the LLVM-C bindings.☆145Updated 8 years ago
- Sample programs for comparison of different VM interpretation techniques☆32Updated 3 months ago
- a little JIT VM language for (probably/eventually) terminal UI apps.☆62Updated 6 years ago
- A Tree Parser Generator☆95Updated 4 months ago
- a regular express engine☆54Updated 10 years ago
- An implementation of Scheme in Python and C++☆171Updated last month
- The fluffy programming language main repository☆24Updated 12 years ago
- Bootstrapped compiler of a C-like but Python-looking language☆47Updated 7 years ago
- Lightweight, fast Virtual Machine for dynamic, object-oriented languages.☆42Updated 11 years ago
- Tree-Based Interpreter, compiler, and VM for TinyPie language☆73Updated 13 years ago