A minimalist continuation-based Scheme written in C.
Go to file
Jesse D. McDonald 7bd6e616ff Add support for weak boxes and wills/finalizers.
Also refactored some GC code into smaller functions.

Weak boxes and wills will be useful for implementing weak hash tables,
which in turn will be used to store dynamic parameters efficiently.
2012-07-14 13:37:41 -05:00
Makefile Fix an infinite-recursion bug in the DEBUG=yes condition. 2012-07-14 13:37:40 -05:00
bytecode.txt Initial revision of low-level representation and compiler design. 2012-07-14 13:37:39 -05:00
gc.c Add support for weak boxes and wills/finalizers. 2012-07-14 13:37:41 -05:00
gc.h Add support for weak boxes and wills/finalizers. 2012-07-14 13:37:41 -05:00
gc_test.c Add structure type; allow GC to be disabled; unify object-moving code. 2012-07-14 13:37:37 -05:00
translation.txt Initial revision of low-level representation and compiler design. 2012-07-14 13:37:39 -05:00