ikarus/scheme
Abdulaziz Ghuloum 0a7a3a8266 made load feel like a top-level by consuming the contents of the
given file one expression at a time.  Most notable difference is 
observed when the loaded file captures a conitnuation in one
expression.  Re-invoking this continuation should evaluate the 
next expression that has not been evaluated yet, and not the
expression following the call/cc.
2008-09-28 00:08:34 -04:00
..
tests fixed uint/ulong pointer ref bug (and added appropriate tests). 2008-09-14 00:38:59 -07:00
unicode
Makefile.am "darwin" is no longer hardcoded in lib/ypsilon-compat.ikarus.ss, 2008-09-24 23:18:35 -04:00
Makefile.in "darwin" is no longer hardcoded in lib/ypsilon-compat.ikarus.ss, 2008-09-24 23:18:35 -04:00
ikarus.apply.ss
ikarus.boot.4.prebuilt - added experimental pointer manipulation primitives. 2008-09-06 06:01:39 -07:00
ikarus.boot.8.prebuilt - added experimental pointer manipulation primitives. 2008-09-06 06:01:39 -07:00
ikarus.bytevectors.ss fixed endianness error in bytevector-native-[us]32-native-set!. 2008-09-23 08:02:47 -04:00
ikarus.cafe.ss
ikarus.chars.ss
ikarus.code-objects.ss
ikarus.codecs.ss
ikarus.collect.ss
ikarus.command-line.ss
ikarus.compiler.altcogen.ss - removed bset/h instruction from the compiler (it was rarely used 2008-09-06 04:17:20 -07:00
ikarus.compiler.source-optimizer.ss fixed a few problems in geometric functions when they are passed 2008-08-11 10:37:05 -07:00
ikarus.compiler.ss - removed bset/h instruction from the compiler (it was rarely used 2008-09-06 04:17:20 -07:00
ikarus.compiler.tag-annotation-analysis.ss
ikarus.conditions.ss
ikarus.control.ss
ikarus.date-string.ss
ikarus.enumerations.ss
ikarus.exceptions.ss
ikarus.fasl.ss
ikarus.fasl.write.ss
ikarus.fixnums.ss
ikarus.guardians.ss
ikarus.handlers.ss
ikarus.hash-tables.ss
ikarus.intel-assembler.ss
ikarus.io.ss
ikarus.lists.ss
ikarus.load.ss made load feel like a top-level by consuming the contents of the 2008-09-28 00:08:34 -04:00
ikarus.main.ss "darwin" is no longer hardcoded in lib/ypsilon-compat.ikarus.ss, 2008-09-24 23:18:35 -04:00
ikarus.multiple-values.ss
ikarus.not-yet-implemented.ss
ikarus.numerics.ss - removed bset/h instruction from the compiler (it was rarely used 2008-09-06 04:17:20 -07:00
ikarus.ontology.ss
ikarus.pairs.ss
ikarus.pointers.ss Managed to a simple Ikarus -> Objective-C interface to work. Ikarus 2008-09-26 02:46:07 -04:00
ikarus.posix.ss
ikarus.predicates.ss
ikarus.pretty-formats.ss
ikarus.pretty-print.ss
ikarus.promises.ss
ikarus.reader.annotated.ss
ikarus.reader.ss
ikarus.records.procedural.ss
ikarus.singular-objects.ss
ikarus.sort.ss
ikarus.string-to-number.ss
ikarus.strings.ss
ikarus.structs.ss
ikarus.symbols.ss
ikarus.time-and-date.ss
ikarus.timer.ss
ikarus.trace.ss
ikarus.unicode-conversion.ss
ikarus.unicode-data.ss
ikarus.vectors.ss
ikarus.writer.ss - added experimental pointer manipulation primitives. 2008-09-06 06:01:39 -07:00
last-revision made load feel like a top-level by consuming the contents of the 2008-09-28 00:08:34 -04:00
makefile.ss "darwin" is no longer hardcoded in lib/ypsilon-compat.ikarus.ss, 2008-09-24 23:18:35 -04:00
pass-specify-rep-primops.ss ffi callbacks sorta kinda work now. 2008-09-21 04:08:54 -04:00
pass-specify-rep.ss
psyntax.builders.ss
psyntax.compat.ss
psyntax.config.ss
psyntax.expander.ss C callbacks now reach the C point where they should make the call 2008-09-20 01:58:57 -04:00
psyntax.internal.ss
psyntax.library-manager.ss
run-tests.64.ss
run-tests.ss fixed uint/ulong pointer ref bug (and added appropriate tests). 2008-09-14 00:38:59 -07:00
test64.ss
todo-r6rs.ss
x86-64-repl.ss