munificent / mark-sweepLinks
A simple mark-sweep garbage collector in C
☆749Updated 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 4 years ago
- Dr Strangehack, or: how to write a self-hosting C compiler in 10 hours☆527Updated 3 years ago
- Simple virtual machine which interprets bytecode.☆475Updated 3 years ago
- A tiny hand crafted CPU emulator, C compiler, and Operating System☆1,107Updated 4 years ago
- bytecode interpreter in c (blog post)☆743Updated 3 years ago
- x86 JIT compiler in 86 lines☆966Updated 10 years ago
- A simple, self-hosting C compiler☆966Updated 3 years ago
- "interesting" VM in C. Let's see how this goes.☆986Updated 4 years ago
- Simple, zero-dependency garbage collection for C☆1,274Updated last year
- A Tiny Garbage Collector for C☆1,044Updated 2 years ago
- A hackable and extensible lexer, parser and interpreter for a minimalistic, imperative, C-like language.☆154Updated 4 years ago
- small self hosting C compiler☆485Updated 3 years ago
- Demo programs for my blog entry "Hello, JIT World!"☆241Updated 8 years ago
- a tiny web server in C, for daily use.☆385Updated 5 years ago
- A simple stack-based virtual machine in C++ with a Forth like programming language☆168Updated 3 years ago
- A simple VM for a talk on building VMs☆221Updated 8 years ago
- The lcc retargetable ANSI C compiler☆2,169Updated 11 months 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…☆578Updated 4 months ago
- C Interfaces and Implementations☆681Updated 11 months ago
- an incremental approach to compiler construction☆942Updated 5 years ago
- A C version of the Let's Build a Compiler, by Jack Crenshaw☆204Updated 9 years ago
- A sunny little virtual machine☆527Updated 10 years ago
- My Toy Compiler. Read about how I did it at the homepage URL☆854Updated last year
- Small but fast C compiler. Supports ANSI C, most of the new ISO C99 standard, and many GNUC extensions, including inline assembly.☆396Updated 10 years ago
- A compiler for a tiny (but growing!) subset of C, written in OCaml.☆293Updated 3 years ago
- mirror of the source code of the Xv6 operating system☆484Updated 2 years ago
- A readable lisp in less than 1k lines of C☆1,532Updated last year
- Pure C implementation of Go channels.☆1,429Updated 5 years ago
- A simple demo app for Pratt parsing☆338Updated 10 months ago
- Same as simple-virtual-machine but in C☆151Updated 9 years ago