A minimalist continuation-based Scheme written in C.
Go to file
Jesse D. McDonald 8db40406a0 Refactor into a GC library (gc.c and gc.h) and a test program (gc_test.c).
Also, allocate GC memory ranges dynamically during startup (gc_init()) rather than statically.
2012-07-14 13:37:19 -05:00
Makefile Refactor into a GC library (gc.c and gc.h) and a test program (gc_test.c). 2012-07-14 13:37:19 -05:00
gc.c Refactor into a GC library (gc.c and gc.h) and a test program (gc_test.c). 2012-07-14 13:37:19 -05:00
gc.h Refactor into a GC library (gc.c and gc.h) and a test program (gc_test.c). 2012-07-14 13:37:19 -05:00
gc_test.c Refactor into a GC library (gc.c and gc.h) and a test program (gc_test.c). 2012-07-14 13:37:19 -05:00