racket/collects/syntax/scribblings
Matthew Flatt 0197902309 add var-ref->mod-decl-insp' and switch cur-code-insp' uses
Macros and other tools that need syntax privilege used
`(current-code-inspector)' at the module top-level to try to
capture the right code inspector at load time. It's more
consistent to instead use the enclosing module's declaration-time
inspector, and `var-ref->mod-decl-insp' provides that. The
new function works only on references to anonymous variables,
which limits access to the inspector.

The real function name is longer, of course.
2011-09-20 13:50:36 -06:00
..
parse
boundmap.scrbl
common.rkt
context.scrbl
define.scrbl
docprovide.scrbl
flatten-begin.scrbl
free-vars.scrbl add var-ref->mod-decl-insp' and switch cur-code-insp' uses 2011-09-20 13:50:36 -06:00
id-table.scrbl
kerncase.scrbl
keyword.scrbl
modcode.scrbl
modcollapse.scrbl
moddep.scrbl
modread.scrbl
modresolve.scrbl
module-helpers.scrbl
module-reader.scrbl
name.scrbl
parse.scrbl
path-spec.scrbl
reader-helpers.scrbl
readerr.scrbl
srcloc.scrbl
strip-context.scrbl
struct.scrbl
stx.scrbl
syntax-object-helpers.scrbl
syntax.scrbl
template.scrbl
to-string.scrbl
toplevel.scrbl
transformer-helpers.scrbl
trusted-xforms.scrbl
zodiac.scrbl