Summary
allow access to toplevel macro-transformer
Metadata
- Id: ee0c056e0747396bbc0021e3a807607dad3b83b9
- Trac id: 171
- Type: enhancement
- Reporter: felix
- Owner:
- Cc:
- Status: closed
- Component: core libraries
- Estimated difficulty:
- Resolution: wontfix
- Priority: not urgent at all
- Milestone:
- Version: 4.3.x
- Changetime: 2010-02-08 14:03:43 UTC
- Created: 2010-02-04 12:44:20 UTC
- Keywords:
Description
If `er-macro-transformer` is passed a symbol, it could return the macro-transformer procedure in the current syntactic environment. This allows for example tracing of transformers.
Changes and comments
[2010-02-08 14:03:43 UTC] felix changed status from new to closed
[2010-02-08 14:03:43 UTC] felix set resolution to wontfix
[2010-02-08 14:03:43 UTC] felix wrote:
The stored transformer is a wrapper around the transformer defined by the user and currently doesn't allow access to the latter.