31b73fd46c
has changed. right now, any primitive call is treated as complex. further research into what primitive calls can be treated as simple is suspended until further notice. |
||
---|---|---|
benchmarks | ||
bin | ||
lab | ||
lib | ||
src | ||
.bzrignore | ||
BUGS | ||
README | ||
TODO |
README
Ikarus Scheme Source Directory Simplified Contents: bin: Contains the C files making the ikarus executable. The C files implement the GC, initial FASL loader, transport guardians, weak pairs, the symbol table, etc. lib: Contains the Scheme source files for the compiler and the rest of the development environment. lab: Contains sources that are in progress and were not integrated into the main code.