chicken-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Chicken-users] Handling unstandard reader macros.


From: Pupeno
Subject: Re: [Chicken-users] Handling unstandard reader macros.
Date: Mon, 21 Nov 2005 13:08:36 -0300
User-agent: KMail/1.8.3

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 <address@hidden> (http://pupeno.com)

Attachment: pgpvoscsu6LwG.pgp
Description: PGP signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]