Commit Graph

9 Commits

Author SHA1 Message Date
Abdulaziz Ghuloum d38880b777 Fixed bug in libfasl that caused reading a thunk to return the code
instead.
2006-12-26 12:03:43 +03:00
Abdulaziz Ghuloum f5f91712dd * Fasl file reader almost complete with full record and code reader. 2006-12-26 11:25:48 +03:00
Abdulaziz Ghuloum 9c00592520 fasl-read handles negative fixnums. 2006-12-26 09:22:58 +03:00
Abdulaziz Ghuloum 3ddceaa164 fasl-read now handled pairs, positive-fixnums and the empty list. 2006-12-26 06:32:59 +03:00
Abdulaziz Ghuloum d41a2c0096 fasl-write now returns void instead of the meaningless number it used to return 2006-12-26 06:25:35 +03:00
Abdulaziz Ghuloum 4fa2bdf0d9 tokenize recognizes #@ as a fasl header and calls $fasl-read (in
libfasl.ss).
2006-12-26 06:21:07 +03:00
Abdulaziz Ghuloum 5f3ee8a2c4 renamed lib dir to src 2006-12-10 23:13:16 -05:00
Abdulaziz Ghuloum 5bb14cad6e renamed:
runtime => bin
  src => lib
2006-12-01 10:40:21 -05:00
Abdulaziz Ghuloum f6a95c07d2 Removed all version names from files 2006-11-23 20:37:04 -05:00