On Sunday 20 November 2005 11:37, Thomas Chust wrote: > I dug up a piece of code to allow CHICKEN's read to parse CHICKEN source > containing the #> ... <# syntax. But I must admit that it isn't extremely > elegant either. I have done that as well. What I do is, after finding #>, I search for <# and there it ends. http://software.pupeno.com/scons-chicken/chicken-il.scm The procedure is get-includes. I had to also prepare it for #t and #f. The rest of the reader extensions will make my procedure halt. Thank you. -- Pupeno <[EMAIL PROTECTED]> (http://pupeno.com)
pgpn6Kgh8NWFd.pgp
Description: PGP signature
_______________________________________________ Chicken-users mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/chicken-users
