stevedekorte / garbagecollectorLinks
Incremental garbage collector library in C for use by high level language implementions.
☆110Updated 9 years ago
Alternatives and similar repositories for garbagecollector
Users that are interested in garbagecollector are comparing it to the libraries listed below
Sorting:
- A simple implementation of the LISP2 mark-compact GC algorithm☆41Updated 10 years ago
- Fedjmike's C Compiler☆133Updated 7 years ago
- Mini-Scheme Interpreter with Copying GC☆24Updated 5 years ago
- MIRROR of https://codeberg.org/catseye/minischeme : Cat's Eye Technologies' fork of the original public-domain Mini-Scheme implementation…☆70Updated 7 years ago
- TinyGC (Tiny Garbage Collector) is an independent implementation of the subset of API of the well-known Boehm-Demers-Weiser Conservative …☆86Updated 12 years ago
- An experimental statically typed procedural language with first-class resumable functions.☆59Updated 8 years ago
- The fluffy programming language main repository☆24Updated 12 years ago
- A Lisp-like language implemented in C++☆76Updated 2 years ago
- A simple C-like language compiler with an extensible syntax and typed macros support☆132Updated 4 years ago
- Concurrent mark-sweep garbage collector for accurate garbage collection of language runtimes in C++ 1x.☆35Updated 8 years ago
- My second Lisp interpreter (bytecode compiler and interpreter) written in GNU C☆26Updated 6 years ago
- Lightweight, fast Virtual Machine for dynamic, object-oriented languages.☆42Updated 11 years ago
- Bootstrapped compiler of a C-like but Python-looking language☆47Updated 7 years ago
- The Slate programming language☆147Updated last year
- Non-Moving, Incremental, and Generational Quad-Color Garbage Collector (http://wiki.luajit.org/New-Garbage-Collector)☆80Updated last year
- Language with a bytecode compiler that can run on computers with only a few kB of RAM.☆63Updated 14 years ago
- A lightweight conservative garbage collector for C/C++☆122Updated 6 years ago
- Royal Scheme will eventually grow to be a real, usable, embeddable Scheme implemented in ANSI C.☆77Updated 12 years ago
- Mickey Scheme is an interpreter for R7RS Scheme written in pure C++☆63Updated 8 years ago
- Super Tiny Scheme Interpreter for Freestanding Environment☆55Updated 8 years ago
- Unofficial libjit mirror.☆62Updated 5 years ago
- The Lark programming language.☆58Updated 14 years ago
- A Python-like systems programming language☆84Updated 9 years ago
- A tiny self-hosting Lisp-to-C compiler☆239Updated 4 years ago
- Stack based Virtual Machine and JIT compiler built during the Programming Language Masterclass☆61Updated 11 years ago
- mark/sweep garbage collector for C☆29Updated 13 years ago
- single file scheme interpreter with tail call optimization☆82Updated 6 years ago
- NaN-boxing in C (but not really NaN-boxing strictly speaking)☆117Updated 3 years ago
- A small, register-based virtual machine (bytecode interpreter) in C. [MIT License]☆66Updated 9 years ago
- A C compatible and C++ like programming language that focuses on extensiblilty and giving the programmer control over how high-level cons…☆30Updated 3 years ago