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:10:42 -0300
User-agent: KMail/1.8.3

On Monday 21 November 2005 01:59, felix winkelmann wrote:
> On 11/19/05, Pupeno <address@hidden> wrote:
> > On Thursday 17 November 2005 14:23, felix winkelmann wrote:
> > > You will have to add reader-procedures (via set-read-synrax!
> > > or set-dispatch-read-syntax!) for the missing macros yourself
> > > and skip the contents.
> >
> > After reading about it, it seem I'll had to implement about 16 cases of
> > different string processing procedures, not nice indeed, any better
> > solution ?
>
> You only need to handle compiler-specifiic syntax, which is mainly
> #> ... <#-
Why ? I already handle that and I already encountered cases where I'd have to 
handle <<EOF and similar.

BTW, what should I return from my procedures that handle extensions. I was 
returning '() but that causes an error, I am now returning '(nevermind) since 
I don't care about it.

Thank you.
-- 
Pupeno <address@hidden> (http://pupeno.com)

Attachment: pgpdD_Bzzjq8L.pgp
Description: PGP signature


reply via email to

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