From: Matthew Flatt (mflatt at cs.utah.edu) Date: Fri Jul 18 14:43:30 EDT 2008 |
|
At Fri, 18 Jul 2008 11:40:38 -0700, YC wrote: > > Currently, `#lang planet' uses the specified package/library to get a > > kind of expression reader, which it calls until EOF to build up a > > module body. I think `#lang planet' should instead treat the > > package/library as the full-module reader, like `#lang' itself. > > > > > Are you saying the reader should return the `(module ...)` expression? Yes. The `syntax/module-reader' library can help. Matthew
Posted on the users mailing list. |
|