Re: How to extract the scheme parser from the source?

Michael Sperber <[email protected]> Fri, 02 Aug 2013 08:31:44 +0200
Newsgroups gmane.lisp.scheme.scheme48
Message-ID <[email protected]>
Will Noble <[email protected]> writes:

> You can find Scheme 48's (very nice) reader in scheme/rts/read.scm.
>
> Theoretically, you can even choose which reader to use from Scheme 48's module
> system using the undocumented macro DEFINE-READER. I've never used it,
> though. Does someone have experience with DEFINE-READER?

Sure.  There's even a

,set-reader

command in the REPL.  Among other things, it can be used to switch to
the R6RS reader in scheme/r6rs/reader.scm.

-- 
Regards,
Mike