A minimalist continuation-based Scheme written in C.
Go to file
Jesse D. McDonald d8d11f2da2 Initial revision of low-level representation and compiler design. 2012-07-14 13:37:39 -05:00
Makefile Increase optimization level. 2012-07-14 13:37:35 -05:00
bytecode.txt Initial revision of low-level representation and compiler design. 2012-07-14 13:37:39 -05:00
gc.c Add structure type; allow GC to be disabled; unify object-moving code. 2012-07-14 13:37:37 -05:00
gc.h Add structure type; allow GC to be disabled; unify object-moving code. 2012-07-14 13:37:37 -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