A minimalist continuation-based Scheme written in C.
Go to file
Jesse D. McDonald 10fbc269c5 Implement the remaining bytecodes. Adjust some of the numbering.
Also, use #<undefined> for "not yet initialized" and #f for "no value".
2012-07-14 13:38:40 -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 Added built-in structure types and interpreter core (w/o bytecode). 2012-07-14 13:38:02 -05:00
builtin.c Added built-in structure types and interpreter core (w/o bytecode). 2012-07-14 13:38:02 -05:00
builtin.h Added built-in structure types and interpreter core (w/o bytecode). 2012-07-14 13:38:02 -05:00
gc.c CLOCK_MONOTONIC and uint64_t aren't entirely portable. 2012-07-14 13:38:32 -05:00
gc.h Add an 'undefined' value and a function to convert booleans into values. 2012-07-14 13:38:36 -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
rosella.c Update printer to display 'undefined' values as "#<undefined>". 2012-07-14 13:38:37 -05:00