cslarsen / stack-machineLinks
A simple stack-based virtual machine in C++ with a Forth like programming language
☆165Updated 4 years ago
Alternatives and similar repositories for stack-machine
Users that are interested in stack-machine 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 hackable and extensible lexer, parser and interpreter for a minimalistic, imperative, C-like language.☆155Updated 5 years ago
- Simple virtual machine which interprets bytecode.☆473Updated 3 years ago
- Dr Strangehack, or: how to write a self-hosting C compiler in 10 hours☆527Updated 3 years ago
- A tiny, embeddable lisp-shaped language implemented in C89☆175Updated 7 years ago
- CC500: a tiny self-hosting C compiler☆163Updated 7 years ago
- An implementation of the Kaleidoscope language using Flex, Bison & the LLVM-C bindings.☆153Updated 8 years ago
- Rabbit VM.☆110Updated 6 years ago
- Same as simple-virtual-machine but in C☆152Updated 9 years ago
- A toy JavaScript interpreter written in C☆94Updated last year
- A minimalist interpreted language, with a clean object model and a tiny VM.☆273Updated 6 years ago
- Fedjmike's C Compiler☆134Updated 7 years ago
- Incremental garbage collector library in C for use by high level language implementions.☆110Updated 9 years ago
- An implementation of Scheme in Python and C++☆175Updated this week
- loxi - a Lox interpreter☆36Updated 7 years ago
- A toy C compiler☆525Updated 4 years ago
- Getting started with the LLVM C API☆114Updated 7 years ago
- Tree-Based Interpreter, compiler, and VM for TinyPie language☆72Updated 13 years ago
- A sunny little virtual machine☆526Updated 10 years ago
- a little JIT VM language for (probably/eventually) terminal UI apps.☆61Updated 7 years ago
- The Finch programming language☆252Updated 5 years ago
- Bootstrapped compiler of a C-like but Python-looking language☆48Updated 7 years ago
- A single-header incremental garbage collector library☆292Updated last year
- A single-pass, recursive decent LL(1) compiler written by hand for a made-up language.☆86Updated 7 years ago
- Quick C-- compiler (no longer maintained)☆162Updated 11 years ago
- Simple compiler frontend using LLVM as backend☆241Updated 6 years ago
- The Duck Programming Language☆109Updated 8 years ago
- A simple implementation of the LISP2 mark-compact GC algorithm☆43Updated 10 years ago
- x86 JIT compiler in 86 lines☆967Updated 10 years ago
- Teach myself about interpreters, JITs, and compilers using the Brainfuck language as the toy language☆86Updated 3 years ago