jorendorff / gc-in-50-linesLinks
An example mark-and-sweep garbage collector in 50 lines of C++
☆54Updated 9 years ago
Alternatives and similar repositories for gc-in-50-lines
Users that are interested in gc-in-50-lines are comparing it to the libraries listed below
Sorting:
- A C99 compliant compiler☆20Updated 4 years ago
- An implementation of Scheme R7RS-small in 48 working hours.☆19Updated 5 years ago
- A lightweight javascript run-time environment, with node.js compatiblity in mind☆70Updated 5 years ago
- Personal branch of git://c9x.me/qbe.git☆37Updated 4 years ago
- Code samples for using libjit☆91Updated 8 years ago
- Bootstrapped compiler of a C-like but Python-looking language☆47Updated 8 years ago
- Minimal C Library☆78Updated 7 years ago
- Rabbit VM.☆115Updated 6 years ago
- Anonymous functions in C☆262Updated 5 years ago
- A toy programming language for learning how to make programming languages☆32Updated 3 years ago
- a little JIT VM language for (probably/eventually) terminal UI apps.☆60Updated 7 years ago
- A C Compiler/Parser written in Rust☆54Updated 6 months ago
- A simple VM in C☆51Updated last year
- A small, register-based virtual machine (bytecode interpreter) in C. [MIT License]☆69Updated 10 years ago
- A high performance WebAssembly interpreter in C. Moved here:☆18Updated 6 years ago
- The Lark programming language.☆58Updated 15 years ago
- Import of Ian Piumarta's peg/leg recursive-descent parser generators for C☆66Updated 2 years ago
- Demo programs for my blog entry "Hello, JIT World!"☆243Updated 8 years ago
- A single-header incremental garbage collector library☆296Updated last year
- A functional programming language☆176Updated 13 years ago
- ☆93Updated 2 months ago
- A generic mark-and-sweep garbage collector☆45Updated 14 years ago
- PEG Parser in ANSI C☆63Updated 4 years ago
- A low-level coroutine library for C☆70Updated last year
- Clone of http://nsz.repo.hu/git/?p=c-standard☆23Updated 6 years ago
- malloc/free for WebAssembly☆23Updated 3 years ago
- NaN-boxing in C (but not really NaN-boxing strictly speaking)☆136Updated 4 years ago
- TinyGC (Tiny Garbage Collector) is an independent implementation of the subset of API of the well-known Boehm-Demers-Weiser Conservative …☆90Updated 12 years ago
- C to WebAssembly compiler☆259Updated 8 years ago
- Stack based Virtual Machine and JIT compiler built during the Programming Language Masterclass☆61Updated 11 years ago