A minimalist continuation-based Scheme written in C.
Go to file
Jesse D. McDonald b74f0cddda Adjust number-reader to allow 'negative zero' FP values.
Also add builtins for NaN and +/- infinity, and bytecodes for classification.
2012-07-14 13:40:52 -05:00
doc Adjust number-reader to allow 'negative zero' FP values. 2012-07-14 13:40:52 -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 Print results individually, on separate lines, rather than as a list. 2012-07-14 13:40:34 -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
core-image.rla Print results individually, on separate lines, rather than as a list. 2012-07-14 13:40:34 -05:00
gc.c If hard limit is exceeded, try to allocate more memory from the OS. 2012-07-14 13:40:40 -05:00
gc.h If hard limit is exceeded, try to allocate more memory from the OS. 2012-07-14 13:40:40 -05:00
interp.c Adjust number-reader to allow 'negative zero' FP values. 2012-07-14 13:40:52 -05:00
interp.h Allocate space for max. number of frame variables up front. 2012-07-14 13:40:47 -05:00
reader.c Adjust number-reader to allow 'negative zero' FP values. 2012-07-14 13:40:52 -05:00
reader.h Implement fixed-function reader for getting data into the interpreter. 2012-07-14 13:38:44 -05:00
rosella.c If hard limit is exceeded, try to allocate more memory from the OS. 2012-07-14 13:40:40 -05:00