A minimalist continuation-based Scheme written in C.
Go to file
Jesse D. McDonald 8e34feea0b Fix an order-of-operations bug in finalize_placeholders().
The bug would have prevented the resolution of multiple levels of links.
2012-07-14 13:40:24 -05:00
doc Implement the remaining bytecodes. Adjust some of the numbering. 2012-07-14 13:38:40 -05:00
.hgignore Initial revision of .hgignore committed to version control. 2012-07-14 13:38:30 -05:00
COPYING Add a formal public-domain dedication so that others can use this. 2012-07-14 13:40:14 -05:00
Makefile Implement fixed-function reader for getting data into the interpreter. 2012-07-14 13:38:44 -05:00
builtin.c Misc. reader improvements, plus ability to run *.rla directly. 2012-07-14 13:38:48 -05:00
builtin.h Misc. reader improvements, plus ability to run *.rla directly. 2012-07-14 13:38:48 -05:00
core-image.rla Fix interaction between comments and whitespace in the reader. 2012-07-14 13:40:11 -05:00
gc.c Implement fixed-function reader for getting data into the interpreter. 2012-07-14 13:38:44 -05:00
gc.h Update reader to fix corner-cases in the placeholder/back-reference system. 2012-07-14 13:40:16 -05:00
interp.c Misc. reader improvements, plus ability to run *.rla directly. 2012-07-14 13:38:48 -05:00
interp.h Implement the remaining bytecodes. Adjust some of the numbering. 2012-07-14 13:38:40 -05:00
reader.c Fix an order-of-operations bug in finalize_placeholders(). 2012-07-14 13:40:24 -05:00
reader.h Implement fixed-function reader for getting data into the interpreter. 2012-07-14 13:38:44 -05:00
rosella.c Misc. reader improvements, plus ability to run *.rla directly. 2012-07-14 13:38:48 -05:00