munificent / mark-sweep
A simple mark-sweep garbage collector in C
☆736Updated 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
- A toy C compiler☆513Updated 4 years ago
- Dr Strangehack, or: how to write a self-hosting C compiler in 10 hours☆524Updated 2 years ago
- bytecode interpreter in c (blog post)☆733Updated 3 years ago
- A tiny hand crafted CPU emulator, C compiler, and Operating System☆1,078Updated 4 years ago
- Simple virtual machine which interprets bytecode.☆469Updated 2 years ago
- x86 JIT compiler in 86 lines☆950Updated 9 years ago
- "interesting" VM in C. Let's see how this goes.☆984Updated 4 years ago
- A Tiny Garbage Collector for C☆979Updated last year
- A simple memory allocator - Memory allocation 101☆288Updated 5 years ago
- an incremental approach to compiler construction☆925Updated 5 years ago
- Simple, zero-dependency garbage collection for C☆1,237Updated 6 months ago
- small self hosting C compiler☆477Updated 3 years ago
- A sunny little virtual machine☆523Updated 9 years ago
- Small but fast C compiler. Supports ANSI C, most of the new ISO C99 standard, and many GNUC extensions, including inline assembly.☆385Updated 9 years ago
- A simple, self-hosting C compiler☆936Updated 2 years ago
- A simple VM for a talk on building VMs☆215Updated 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 last year
- Demo programs for my blog entry "Hello, JIT World!"☆233Updated 7 years ago
- My Toy Compiler. Read about how I did it at the homepage URL☆846Updated 10 months ago
- A compiler for a tiny (but growing!) subset of C, written in OCaml.☆285Updated 2 years ago
- A hackable and extensible lexer, parser and interpreter for a minimalistic, imperative, C-like language.☆148Updated 4 years ago
- A simple stack-based virtual machine in C++ with a Forth like programming language☆166Updated 3 years ago
- C Interfaces and Implementations☆646Updated 4 months ago
- (Very) basic UNIX-like operating system built when I was younger☆544Updated 8 years ago
- The lcc retargetable ANSI C compiler☆2,073Updated 4 months ago
- Super Light Regexp engine for C/C++☆536Updated 4 years ago
- Same as simple-virtual-machine but in C☆144Updated 8 years ago
- A C & x86 version of the "Let's Build a Compiler" by Jack Crenshaw☆501Updated 6 years ago
- Pure C implementation of Go channels.☆1,421Updated 4 years ago
- interpreted language written in C☆211Updated 3 years ago