munificent / mark-sweepLinks
A simple mark-sweep garbage collector in C
☆754Updated 5 years ago
Alternatives and similar repositories for mark-sweep
Users that are interested in mark-sweep are comparing it to the libraries listed below
Sorting:
- A toy C compiler☆524Updated 5 years ago
- bytecode interpreter in c (blog post)☆750Updated 4 years ago
- Simple virtual machine which interprets bytecode.☆480Updated 3 years ago
- A tiny hand crafted CPU emulator, C compiler, and Operating System☆1,114Updated 5 years ago
- Dr Strangehack, or: how to write a self-hosting C compiler in 10 hours☆529Updated 3 years ago
- "interesting" VM in C. Let's see how this goes.☆985Updated 5 years ago
- A Tiny Garbage Collector for C☆1,075Updated 2 years ago
- Simple, zero-dependency garbage collection for C☆1,288Updated last year
- x86 JIT compiler in 86 lines☆966Updated 10 years ago
- My Toy Compiler. Read about how I did it at the homepage URL☆852Updated last year
- A simple, self-hosting C compiler☆972Updated 3 years ago
- A C version of the Let's Build a Compiler, by Jack Crenshaw☆206Updated 9 years ago
- A simple demo app for Pratt parsing☆345Updated last year
- a tiny web server in C, for daily use.☆395Updated 5 years ago
- A simple VM for a talk on building VMs☆224Updated 8 years ago
- mirror of the source code of the Xv6 operating system☆484Updated 2 years ago
- C Interfaces and Implementations☆691Updated last week
- A simple stack-based virtual machine in C++ with a Forth like programming language☆165Updated 4 years ago
- A tiny compiler for a language featuring LL(2) grammar. With Lexer, Parser, ASM-like codegen and VM. Complex enough to give you a flavour…☆580Updated 8 months ago
- small self hosting C compiler☆488Updated 4 years ago
- Demo programs for my blog entry "Hello, JIT World!"☆243Updated 8 years ago
- Same as simple-virtual-machine but in C☆154Updated 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.☆399Updated 10 years ago
- A C & x86 version of the "Let's Build a Compiler" by Jack Crenshaw☆565Updated 7 years ago
- The lcc retargetable ANSI C compiler☆2,493Updated last year
- A simple memory allocator - Memory allocation 101☆307Updated 6 years ago
- (Very) basic UNIX-like operating system built when I was younger☆552Updated 9 years ago
- A hackable and extensible lexer, parser and interpreter for a minimalistic, imperative, C-like language.☆154Updated 5 years ago
- an incremental approach to compiler construction☆961Updated 6 years ago
- Hobby OS☆246Updated 9 years ago