A minimalist continuation-based Scheme written in C.
Go to file
Jesse D. McDonald 0a2f13b523 Added built-in structure types and interpreter core (w/o bytecode).
Improved timing resolution by using clock_gettime() instead of clock().
Also gave project a name: Rosella. Play on 'Parrot' (Perl 6 VM).
2012-07-14 13:38:02 -05:00
doc Added built-in structure types and interpreter core (w/o bytecode). 2012-07-14 13:38:02 -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 Added built-in structure types and interpreter core (w/o bytecode). 2012-07-14 13:38:02 -05:00
gc.h Added built-in structure types and interpreter core (w/o bytecode). 2012-07-14 13:38:02 -05:00
interp.c Added built-in structure types and interpreter core (w/o bytecode). 2012-07-14 13:38:02 -05:00
interp.h Added built-in structure types and interpreter core (w/o bytecode). 2012-07-14 13:38:02 -05:00
rosella.c Added built-in structure types and interpreter core (w/o bytecode). 2012-07-14 13:38:02 -05:00