Ikarus Scheme (Bazaar checkout)
Go to file
Abdulaziz Ghuloum 57f4d16ee2 * Added ikrt_fl_log and ikrt_fx_log to the vm. 2007-06-09 03:08:36 +03:00
benchmarks
bin * Added ikrt_fl_log and ikrt_fx_log to the vm. 2007-06-09 03:08:36 +03:00
lab
lib * Added SRFI-8 2007-05-11 23:43:36 -04:00
src * Fixed two bugs in $ratnum-n and $ratnum-d 2007-06-08 10:30:25 +03:00
.bzrignore
BUGS * Fixed a bug that caused interrupts to write the contents of the 2007-05-14 18:16:00 -04:00
R6RS-TODO.txt * Added let-syntax and letrec-syntax. 2007-05-22 19:59:30 -04:00
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.