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 high performance WebAssembly interpreter in C. Moved here:☆18Updated 6 years ago
- A C99 compliant compiler☆19Updated 4 years ago
- Import of Ian Piumarta's peg/leg recursive-descent parser generators for C☆66Updated last year
- A lightweight javascript run-time environment, with node.js compatiblity in mind☆70Updated 5 years ago
- A toy programming language for learning how to make programming languages☆32Updated 2 years ago
- A small, register-based virtual machine (bytecode interpreter) in C. [MIT License]☆69Updated 10 years ago
- ☆93Updated last month
- NaN-boxing in C (but not really NaN-boxing strictly speaking)☆136Updated 3 years ago
- A functional programming language☆176Updated 13 years ago
- Bootstrapped compiler of a C-like but Python-looking language☆47Updated 7 years ago
- Stack based Virtual Machine and JIT compiler built during the Programming Language Masterclass☆61Updated 11 years ago
- Code samples for using libjit☆91Updated 8 years ago
- A low-level coroutine library for C☆69Updated last year
- A C Compiler/Parser written in Rust☆53Updated 5 months ago
- A simple VM in C☆51Updated last year
- A single-header incremental garbage collector library☆295Updated last year
- A generic mark-and-sweep garbage collector☆45Updated 13 years ago
- WebAssembly toolchain☆36Updated 8 years ago
- C89 expressions parsed with the shunting yard algorithm in Python☆84Updated last year
- Awesome links and information about memory allocation☆181Updated 6 years ago
- The Lark programming language.☆58Updated 15 years ago
- Demo programs for my blog entry "Hello, JIT World!"☆243Updated 8 years ago
- The missing libclang_rt.builtins-wasm32.a file to compile to WebAssembly.☆38Updated 10 months ago
- A simple stack-based virtual machine in C++ with a Forth like programming language☆165Updated 4 years ago
- C library for parsing JSON config files☆33Updated 6 years ago
- A tree-walk lox interpreter written in Rust.☆20Updated 7 years ago
- Kernel Mode WebAssembly Runtime for Linux☆49Updated 5 years ago
- NanoJIT is a small, cross-platform C++ library that emits machine code.☆158Updated 8 years ago
- C runtime library (libc) for WebAssembly☆34Updated last year
- Reprinting Vaughan Pratt's Paper on Top Down Operator Precedence Parsing☆122Updated last year