Ikarus Scheme (Bazaar checkout)
Go to file
Abdulaziz Ghuloum d515520bd7 * Added make-variable-transformer procedure. 2007-09-02 02:03:29 -04:00
benchmarks
benchmarks.larceny
bin * Refixed implementation of guardians to handle dead tconcs 2007-09-01 20:14:05 -04:00
lab
lib
src * Added make-variable-transformer procedure. 2007-09-02 02:03:29 -04:00
.bzrignore
BUGS * Added floor 2007-08-28 17:45:54 -04:00
R6RS-TODO.txt
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.