[EMAIL PROTECTED] (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. _______________________________________________ Guile-devel mailing list Guile-devel@gnu.org http://lists.gnu.org/mailman/listinfo/guile-devel