![]() between 0 and 7, and returns byte k in the flonum data structure. k is a logical index in an IEEE number with the structure: [s][11-bit-biased-expo] [52-bit-mantissa==================] [ k = 0 ] [ k = 1 ] [k=2] [k=3] [k=4] [k=5] [k=6] [k=7] |
||
---|---|---|
benchmarks | ||
bin | ||
lab | ||
lib | ||
src | ||
.bzrignore | ||
BUGS | ||
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.