On 2013-06-01, at 2:42 AM, Mikael mikael.rcv@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