A minimalist continuation-based Scheme written in C.
Go to file
Jesse D. McDonald 53b1cc213b Skip reader test by default to allow profiling. 2012-07-14 13:38:47 -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
Makefile Implement fixed-function reader for getting data into the interpreter. 2012-07-14 13:38:44 -05:00
builtin.c Implement fixed-function reader for getting data into the interpreter. 2012-07-14 13:38:44 -05:00
builtin.h Implement fixed-function reader for getting data into the interpreter. 2012-07-14 13:38:44 -05:00
gc.c Implement fixed-function reader for getting data into the interpreter. 2012-07-14 13:38:44 -05:00
gc.h Implement fixed-function reader for getting data into the interpreter. 2012-07-14 13:38:44 -05:00
interp.c Implement the remaining bytecodes. Adjust some of the numbering. 2012-07-14 13:38:40 -05:00
interp.h Implement the remaining bytecodes. Adjust some of the numbering. 2012-07-14 13:38:40 -05:00
reader.c Support negative fixnums in input, and perform some extra validation. 2012-07-14 13:38:45 -05:00
reader.h Implement fixed-function reader for getting data into the interpreter. 2012-07-14 13:38:44 -05:00
rosella.c Skip reader test by default to allow profiling. 2012-07-14 13:38:47 -05:00