cslarsen / stack-machine
A simple stack-based virtual machine in C++ with a Forth like programming language
☆165Updated 3 years ago
Related projects ⓘ
Alternatives and complementary repositories for stack-machine
- Stack based Virtual Machine and JIT compiler built during the Programming Language Masterclass☆60Updated 10 years ago
- A tiny, embeddable lisp-shaped language implemented in C89☆169Updated 6 years ago
- Dr Strangehack, or: how to write a self-hosting C compiler in 10 hours☆516Updated 2 years ago
- Simple virtual machine which interprets bytecode.☆465Updated 2 years ago
- Fedjmike's C Compiler☆130Updated 7 years ago
- A C Compiler. Executables runs on a stack based VM.☆75Updated 10 years ago
- A hackable and extensible lexer, parser and interpreter for a minimalistic, imperative, C-like language.☆145Updated 4 years ago
- An implementation of the Kaleidoscope language using Flex, Bison & the LLVM-C bindings.☆141Updated 7 years ago
- x86 JIT compiler in 86 lines☆944Updated 9 years ago
- Same as simple-virtual-machine but in C☆142Updated 8 years ago
- A sunny little virtual machine☆523Updated 9 years ago
- CC500: a tiny self-hosting C compiler☆154Updated 7 years ago
- Getting started with the LLVM C API☆112Updated 6 years ago
- small self hosting C compiler☆472Updated 3 years ago
- A single-header incremental garbage collector library☆270Updated 2 months ago
- A toy C compiler☆509Updated 3 years ago
- A minimalist interpreted language, with a clean object model and a tiny VM.☆273Updated 5 years ago
- a little JIT VM language for (probably/eventually) terminal UI apps.☆62Updated 6 years ago
- Small but fast C compiler. Supports ANSI C, most of the new ISO C99 standard, and many GNUC extensions, including inline assembly.☆383Updated 9 years ago
- The Finch programming language☆244Updated 4 years ago
- A single-pass, recursive decent LL(1) compiler written by hand for a made-up language.☆86Updated 6 years ago
- A C version of the Let's Build a Compiler, by Jack Crenshaw☆203Updated 8 years ago
- C99 parser and frontend for libfirm☆341Updated last year
- A small, register-based virtual machine (bytecode interpreter) in C. [MIT License]☆66Updated 8 years ago
- Simple compiler frontend using LLVM as backend☆234Updated 6 years ago
- A toy JavaScript interpreter written in C☆92Updated 11 months ago
- A tiny self-hosting Lisp-to-C compiler☆236Updated 4 years ago
- An implementation of Scheme in Python and C++☆169Updated 6 months ago
- NanoJIT is a small, cross-platform C++ library that emits machine code.☆151Updated 7 years ago
- Teach myself about interpreters, JITs, and compilers using the Brainfuck language as the toy language☆83Updated 2 years ago