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:
- A hackable and extensible lexer, parser and interpreter for a minimalistic, imperative, C-like language.☆154Updated 5 years ago
- Stack based Virtual Machine and JIT compiler built during the Programming Language Masterclass☆61Updated 11 years ago
- A tiny, embeddable lisp-shaped language implemented in C89☆175Updated 7 years ago
- Simple virtual machine which interprets bytecode.☆480Updated 3 years ago
- A toy JavaScript interpreter written in C☆95Updated 2 years ago
- CC500: a tiny self-hosting C compiler☆162Updated 8 years ago
- An implementation of the Kaleidoscope language using Flex, Bison & the LLVM-C bindings.☆156Updated 9 years ago
- A minimalist interpreted language, with a clean object model and a tiny VM.☆271Updated 6 years ago
- Dr Strangehack, or: how to write a self-hosting C compiler in 10 hours☆529Updated 3 years ago
- Fedjmike's C Compiler☆136Updated 8 years ago
- An implementation of Scheme in Python and C++☆196Updated 3 weeks ago
- Same as simple-virtual-machine but in C☆154Updated 9 years ago
- Rabbit VM.☆115Updated 6 years ago
- Incremental garbage collector library in C for use by high level language implementions.☆110Updated 9 years ago
- Bootstrapped compiler of a C-like but Python-looking language