A minimalist continuation-based Scheme written in C.
Go to file
Jesse D. McDonald 06679a2790 Ignore dependency (*.d) files. 2012-07-14 13:42:51 -05:00
doc Add a reserved input code for 'self', the current lambda. 2012-07-14 13:42:04 -05:00
mods Add automatic dependency tracking to the build rules. 2012-07-14 13:42:30 -05:00
src Rearrange example programs based on new modularity feature. 2012-07-14 13:42:18 -05:00
.hgignore Ignore dependency (*.d) files. 2012-07-14 13:42:51 -05:00
COPYING Add a formal public-domain dedication so that others can use this. 2012-07-14 13:40:14 -05:00
Makefile Add automatic dependency tracking to the build rules. 2012-07-14 13:42:30 -05:00
builtin.c Adjust number-reader to allow 'negative zero' FP values. 2012-07-14 13:40:52 -05:00
builtin.h Adjust number-reader to allow 'negative zero' FP values. 2012-07-14 13:40:52 -05:00
gc.c Improve trace output, for debugging. 2012-07-14 13:42:12 -05:00
gc.h Add builtin wrappers for the basic POSIX file APIs. 2012-07-14 13:41:00 -05:00
interp.c Improve trace output, for debugging. 2012-07-14 13:42:12 -05:00
interp.h Allocate space for max. number of frame variables up front. 2012-07-14 13:40:47 -05:00
reader.c Add automatic dependency tracking to the build rules. 2012-07-14 13:42:30 -05:00
reader.h Adjust indirect form (#i"path") to be relative to the current file. 2012-07-14 13:42:16 -05:00
rosella.c Add automatic dependency tracking to the build rules. 2012-07-14 13:42:30 -05:00