A minimalist continuation-based Scheme written in C.
Go to file
Jesse D. McDonald f8e04f1b86 Add full support for remaining data type (box, vector, byte string).
Improve inline accessors for cases where value type is known.
Move GC stats into a single global structure to reduce proliferation of globals.
2012-07-14 13:37:31 -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 Add full support for remaining data type (box, vector, byte string). 2012-07-14 13:37:31 -05:00
gc.h Add full support for remaining data type (box, vector, byte string). 2012-07-14 13:37:31 -05:00
gc_test.c Add full support for remaining data type (box, vector, byte string). 2012-07-14 13:37:31 -05:00