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

Will Noble <[email protected]> Fri, 2 Aug 2013 00:42:44 -0700
Newsgroups gmane.lisp.scheme.scheme48
Message-ID <[email protected]>
Hi Make,

Olin Shivers claims, in http://www.scsh.net/docu/post/modules.html,
"there's an extra clause in the DEFINE-STRUCTURE form that lets you specify
the parser function used to parse the files named in the FILES clause".

Can you really do this? I can't seem to locate the code that would implement
this functionality.

Best,
Will

On Fri, Aug 02, 2013 at 08:31:44AM +0200, Michael Sperber wrote:
> 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
>