macro-debugger/macro-debugger-text-lib
Matthew Flatt 3ad3f9a23c adapt observation of expander
There are two main changes:

 * Expansion of internal-definition contexts uses a single
   "rename" step (which is really an "add scope" step) at the
   start of expansion, instead once for each body form.

   Instead of changing the structures, the derivation parser just
   pushes the single rename set down to all the body forms.

 * Expansion of a `let`, `letrec`, or `letrec-syntaxes+values` form
   parses its body as a sequence instead of (reundantly) as an
   internal-defition block if the form was itself generated from
   an `internal-detiniion` block.

   The derivation parser handles this change by just allowing
   block or sequence where only a block was allowed before.
2015-04-12 08:04:37 -06:00
..
macro-debugger adapt observation of expander 2015-04-12 08:04:37 -06:00
info.rkt Remove extra directories. 2014-12-01 23:50:21 -05:00
LICENSE.txt Remove extra directories. 2014-12-01 23:50:21 -05:00