cslarsen / stack-machine
A simple stack-based virtual machine in C++ with a Forth like programming language
☆166Updated 3 years ago
Alternatives and similar repositories for stack-machine:
Users that are interested in stack-machine 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
- A tiny, embeddable lisp-shaped language implemented in C89☆173Updated 6 years ago
- A hackable and extensible lexer, parser and interpreter for a minimalistic, imperative, C-like language.☆149Updated 4 years ago
- Dr Strangehack, or: how to write a self-hosting C compiler in 10 hours☆524Updated 2 years ago
- Fedjmike's C Compiler☆132Updated 7 years ago
- A C Compiler. Executables runs on a stack based VM.☆77Updated 11 years ago
- CC500: a tiny self-hosting C compiler☆158Updated 7 years ago
- Simple virtual machine which interprets bytecode.☆471Updated 2 years ago
- A toy JavaScript interpreter written in C☆95Updated last year
- An implementation of the Kaleidoscope language using Flex, Bison & the LLVM-C bindings.☆145Updated 8 years ago
- A single-header incremental garbage collector library☆284Updated 6 months ago
- x86 JIT compiler in 86 lines☆952Updated 9 years ago
- Same as simple-virtual-machine but in C