A minimalist continuation-based Scheme written in C.
Go to file
Jesse D. McDonald 66d3ff9d38 Fix a reader issue which prevented reading numbers.
Previous change to (fail) by default assumed (return) was called
on success, which wasn't the case. This rectifies that omission.
2012-07-14 14:55:17 -05:00
doc First version of simplified garbage collector. 2012-07-14 13:47:58 -05:00
libcompiler First version of simplified garbage collector. 2012-07-14 13:47:58 -05:00
mods Fix up remaining references to boolean_value, fixnum_value, and cons. 2012-07-14 13:52:25 -05:00
src Fix a reader issue which prevented reading numbers. 2012-07-14 14:55:17 -05:00
.gitignore Replace .hgignore with .gitignore. 2012-07-14 13:48:01 -05:00
COPYING Add a formal public-domain dedication so that others can use this. 2012-07-14 13:40:14 -05:00
Makefile Extend reader with placeholders for immutable values and structures. 2012-07-14 13:47:15 -05:00
builtin.c First version of simplified garbage collector. 2012-07-14 13:47:58 -05:00
builtin.h First version of simplified garbage collector. 2012-07-14 13:47:58 -05:00
compiler.scm Remove profiling code, which doesn't appear to work anyway. 2012-07-14 13:47:38 -05:00
gc.c Increase memory limit before GC kicks in (2x last active and >= 16MB). 2012-07-14 14:53:08 -05:00
gc.h First version of simplified garbage collector. 2012-07-14 13:47:58 -05:00
interp.c First version of simplified garbage collector. 2012-07-14 13:47:58 -05:00
interp.h Implement simple self-hosting compiler (src/compiler.rls). 2012-07-14 13:47:39 -05:00
reader.c First version of simplified garbage collector. 2012-07-14 13:47:58 -05:00
reader.h Extend reader with placeholders for immutable values and structures. 2012-07-14 13:47:15 -05:00
rosella.c First version of simplified garbage collector. 2012-07-14 13:47:58 -05:00
run-tests.sh Commit simple script to run regression tests: src/examples/test-*.rla. 2012-07-14 13:43:38 -05:00