guile-devel
[Top][All Lists]
Advanced

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

Re: [PATCH] Per-module reader, take #2


From: Kevin Ryde
Subject: Re: [PATCH] Per-module reader, take #2
Date: Fri, 21 Oct 2005 05:30:40 +1000
User-agent: Gnus/5.110004 (No Gnus v0.4) Emacs/21.4 (gnu/linux)

address@hidden (Ludovic Courtès) writes:
>
> And what exactly would happen to
> `primitive-load' (which is the one that triggered the call to
> `my-zany-reader') when `my-zany-reader' returns?

It sees eof, and stops.  Or it sees the rest of the file if the new
reader only takes an inlined middle bit of special syntax.  A nested
parser like that seems pretty clean and pretty normal to me.  I think
it can do almost everything you're aiming for.




reply via email to

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