[gambit-list] Compiling "post-reader" forms?
Marc Feeley
feeley at iro.umontreal.ca
Sat Jun 1 13:04:54 EDT 2013
On 2013-06-01, at 2:42 AM, Mikael <mikael.rcv at gmail.com> wrote:
> Just for clarity does this mean Gambit's eval and compiler not only takes a sexp input (with or without location info annotations, depending on specific route), but also takes some kind of source code special object tree format?
Yes that is correct. They handle plain s-expressions and also s-expressions wrapped with "source" objects (created with ##make-source) that contain source location information.
Marc
More information about the Gambit-list
mailing list