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 hackable and extensible lexer, parser and interpreter for a minimalistic, imperative, C-like language.☆148Updated 4 years ago
- A tiny, embeddable lisp-shaped language implemented in C89☆172Updated 6 years ago
- Simple virtual machine which interprets bytecode.☆469Updated 2 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
- Getting started with the LLVM C API☆111Updated 7 years ago
- x86 JIT compiler in 86 lines☆950Updated 9 years ago
- Same as simple-virtual-machine but in C☆144Updated 8 years ago
- CC500: a tiny self-hosting C compiler☆157Updated 7 years ago
- An implementation of Scheme in Python and C++☆171Updated 2 months ago
- A generic mark-and-sweep garbage collector☆44Updated 13 years ago
- A tiny self-hosting Lisp-to-C compiler☆237Updated 4 years ago
- A toy JavaScript interpreter written in C☆95Updated last year
- small self hosting C compiler☆477Updated 3 years ago
- Brainfuck interpreter written in the C preprocessor☆232Updated 9 years ago
- Rabbit VM.☆105Updated 5 years ago
- A C Compiler. Executables runs on a stack based VM.☆77Updated 11 years ago
- A simple implementation of the LISP2 mark-compact GC algorithm☆40Updated 10 years ago
- A sunny little virtual machine☆523Updated 9 years ago
- Bootstrapped compiler of a C-like but Python-looking language☆47Updated 7 years ago
- a little JIT VM language for (probably/eventually) terminal UI apps.☆62Updated 6 years ago
- Teach myself about interpreters, JITs, and compilers using the Brainfuck language as the toy language☆85Updated 3 years ago
- loxi - a Lox interpreter☆33Updated 7 years ago
- A few basic bytecode interpreters used as example code in a series of articles☆123Updated 3 months ago
- A small, register-based virtual machine (bytecode interpreter) in C. [MIT License]☆66Updated 9 years ago
- A toy C compiler☆513Updated 4 years ago
- Simple compiler frontend using LLVM as backend☆234Updated 6 years ago
- Fast interpreter with macros, local type inference, LLVM backend.☆163Updated 6 years ago
- Incremental garbage collector library in C for use by high level language implementions.☆110Updated 8 years ago