Ikarus Scheme (Bazaar checkout)
Go to file
Abdulaziz Ghuloum e7d0a0a1cc Tokenize now recognizes gensym syntax:
#{id0} => a fresh gensym with pretty-string id0
  #{id0 id1} => an interned gensym with pretty-string id0
                and unique-string id1.
id0 and id1 can have any identifier syntax including bar-quoted ids.
any number of whitespaces can be placed around id0 and id1.
2006-12-25 11:18:37 +03:00
bin The fasl-loader interns gensyms by default now. 2006-12-25 10:35:18 +03:00
doc added intel docs 2006-12-07 01:38:04 -05:00
lab makefile.ss and ikarusdoc now use "/usr/bin/env ikarus" in the shebang 2006-12-24 12:08:18 +03:00
src Tokenize now recognizes gensym syntax: 2006-12-25 11:18:37 +03:00
.bzrignore removed vimview files 2006-12-05 16:06:41 -05:00
README * Added a lab directory for things under development. 2006-12-02 07:31:36 -05:00
TODO updated todo 2006-12-25 09:17:08 +03:00

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.