From 61b10b19513cdc8fc08911b09e060dcf39939f82 Mon Sep 17 00:00:00 2001 From: Abdulaziz Ghuloum Date: Thu, 23 Nov 2006 20:02:07 -0500 Subject: [PATCH] added a top-level README --- README | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 README diff --git a/README b/README new file mode 100644 index 0000000..764e1c8 --- /dev/null +++ b/README @@ -0,0 +1,10 @@ + +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. +