munificent / mark-sweep
A simple mark-sweep garbage collector in C
☆739Updated 4 years ago
Alternatives and similar repositories for mark-sweep:
Users that are interested in mark-sweep are comparing it to the libraries listed below
- bytecode interpreter in c (blog post)☆735Updated 3 years ago
- A toy C compiler☆514Updated 4 years ago
- "interesting" VM in C. Let's see how this goes.☆984Updated 4 years ago
- Dr Strangehack, or: how to write a self-hosting C compiler in 10 hours☆524Updated 2 years ago
- x86 JIT compiler in 86 lines☆952Updated 9 years ago
- A Tiny Garbage Collector for C☆985Updated last year
- an incremental approach to compiler construction☆928Updated 5 years ago
- Simple virtual machine which interprets bytecode.☆471Updated 2 years ago
- A simple stack-based virtual machine in C++ with a Forth like programming language☆166Updated 3 years ago
- A simple, self-hosting C compiler☆940Updated 2 years ago
- A tiny hand crafted CPU emulator, C compiler, and Operating System☆1,081Updated 4 years ago
- Simple, zero-dependency garbage collection for C☆1,239Updated 7 months ago
- small self hosting C compiler☆478Updated 3 years ago
- A simple VM for a talk on building VMs☆218Updated 7 years ago
- The lcc retargetable ANSI C compiler☆2,085Updated 5 months ago
- My Toy Compiler. Read about how I did it at the homepage URL☆846Updated 11 months ago
- A quick and very dirty Scheme interpereter.☆380Updated 7 years ago
- A tiny compiler for a language featuring LL(2) with Lexer, Parser, ASM-like codegen and VM. Complex enough to give you a flavour of how t…☆565Updated 2 years ago
- A simple demo app for Pratt parsing☆327Updated 4 months ago
- C Interfaces and Implementations☆650Updated 5 months ago
- A readable lisp in less than 1k lines of C☆1,506Updated last year
- Simple C compiler☆1,474Updated 3 months ago
- Small but fast C compiler. Supports ANSI C, most of the new ISO C99 standard, and many GNUC extensions, including inline assembly.☆388Updated 9 years ago
- Demo programs for my blog entry "Hello, JIT World!"☆233Updated 7 years ago
- Same as simple-virtual-machine but in C☆148Updated 8 years ago
- An implementation of Scheme in Python and C++☆171Updated 3 months ago
- A hackable and extensible lexer, parser and interpreter for a minimalistic, imperative, C-like language.☆149Updated 4 years ago
- A Small C Compiler☆1,860Updated 4 years ago
- interpreted language written in C☆210Updated 3 years ago
- A C & x86 version of the "Let's Build a Compiler" by Jack Crenshaw☆506Updated 6 years ago