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: felix winkelmann
Subject: Re: [Chicken-users] Handling unstandard reader macros.
Date: Thu, 17 Nov 2005 18:23:33 +0100

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.

cheers,
felix

On 11/17/05, Pupeno <address@hidden> wrote:
> Hello,
> I am making a little program that opens files containing Scheme source code. I
> READ it and do some work with it. I am encountered a problem. READ throws
> errors when it encounter the reader macros (those starting with #>). I am not
> interested in them, I'd just like to ignore them and not get any error (and
> continue reading the file). How can I do that ?
> Thank you.
> --
> Pupeno <address@hidden> (http://pupeno.com)
>
>
> _______________________________________________
> Chicken-users mailing list
> address@hidden
> http://lists.nongnu.org/mailman/listinfo/chicken-users
>
>
>
>




reply via email to

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