You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
br-parser-tools/collects/parser-tools
Matthew Flatt 6abcf2f87b 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.

original commit: 0197902309c5400d463393829a88282c627dafd2
13 years ago
..
examples ".ss" -> ".rkt" scan done. 13 years ago
private-lex add `var-ref->mod-decl-insp' and switch `cur-code-insp' uses 13 years ago
private-yacc ".ss" -> ".rkt" scan done. 13 years ago
info.rkt dist-spec repairs 14 years ago
lex-plt-v200.rkt rename all files .ss -> .rkt 14 years ago
lex-sre.rkt rename all files .ss -> .rkt 14 years ago
lex.rkt lexer tweak to get named procedure 13 years ago
parser-tools.scrbl Lots of documentation formatting. 13 years ago
yacc-to-scheme.rkt fix empty-matching lexers 14 years ago
yacc.rkt ".ss" -> ".rkt" scan done. 13 years ago