d04eb83cf3
* If argv[0] contains a '/', then we look for argv[0]++".boot" * Otherwise, search the path[i] for where argv[0] came from and append ".boot" to that. |
||
---|---|---|
bin | ||
lib | ||
.bzrignore | ||
README |
README
Ikarus Scheme Source Directory Simplified Contents: runtime: 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. src: Contains the Scheme source files for the compiler and the rest of the development environment.