Abdulaziz Ghuloum
|
ca2be2436a
|
* string->number now understands +nan.0, -nan.0, +inf.0 and -inf.0.
|
2007-09-11 03:13:28 -04:00 |
Abdulaziz Ghuloum
|
277710d6d1
|
* Added reader syntax for +nan.0 -nan.0 +inf.0 and -inf.0
|
2007-09-11 03:06:35 -04:00 |
Abdulaziz Ghuloum
|
2692897900
|
* list* is gone. All references renamed to cons*.
|
2007-09-09 23:41:12 -04:00 |
Abdulaziz Ghuloum
|
aa9f5e3ad1
|
* reader now accepts string escape sequences like "\xDF;".
|
2007-09-02 22:37:24 -04:00 |
Abdulaziz Ghuloum
|
1864ca830b
|
* Added quasisyntax, unsyntax, unsyntax-splicing reader macros.
|
2007-08-30 20:17:23 -04:00 |
Abdulaziz Ghuloum
|
efb59a4f46
|
Added exact, inexact
|
2007-08-28 18:15:27 -04:00 |
Abdulaziz Ghuloum
|
df9ef4849d
|
* Added char-downcase, char-upcase, char-titlecase, and char-foldcase
|
2007-06-17 17:20:19 +03:00 |
Abdulaziz Ghuloum
|
e061dcd504
|
* Reader for ratnums implemented.
|
2007-06-14 19:21:26 +03:00 |
Abdulaziz Ghuloum
|
b2582e731c
|
* Reader for flonums is implemented.
|
2007-06-14 18:56:47 +03:00 |
Abdulaziz Ghuloum
|
5f1b44106a
|
* removed the 3-arg dispatch in the generic =, <,, <=, >, >=
|
2007-06-12 17:32:25 +03:00 |
Abdulaziz Ghuloum
|
af9798e9be
|
* Better handling of multi-byte read-char.
|
2007-06-02 05:17:22 +03:00 |
Abdulaziz Ghuloum
|
d062baee17
|
* Added an R6RS todo list
* fixed some problems (and introduced others) in the reader.
|
2007-05-20 22:16:57 -04:00 |
Abdulaziz Ghuloum
|
aa98df6c4c
|
moving to a new numeric reading algorithm.
added:
src/tests/reader.ss
|
2007-05-20 13:11:33 -04:00 |
Abdulaziz Ghuloum
|
2ee587d26d
|
* Added #vu8(bytes ...) for the reader and writer.
|
2007-05-15 23:57:35 -04:00 |
Abdulaziz Ghuloum
|
e3c58d4464
|
* moved load to ikarus.load.ss
|
2007-05-06 20:39:42 -04:00 |
Abdulaziz Ghuloum
|
e3ddd4d0e6
|
* added the $unbound-object? prim to the (ikarus system $symbols)
library.
|
2007-05-06 18:43:04 -04:00 |
Abdulaziz Ghuloum
|
0721283716
|
* (ikarus reader) is ok
|
2007-05-05 20:47:31 -04:00 |