Re: [racket-users] How to write a #%module-begin that inspects a syntax property post expansion?

2016-05-09 Thread Matthew Flatt
At Sun, 8 May 2016 21:40:04 -0700 (PDT), Jack Firth wrote: > I'm writing a series of macros that attach metadata using syntax properties > during expansion, and I'm attempting to write a #lang whose module-begin form > expands the module and then inspects the metadata attached. The problem I'm

[racket-users] How to write a #%module-begin that inspects a syntax property post expansion?

2016-05-08 Thread Jack Firth
I'm writing a series of macros that attach metadata using syntax properties during expansion, and I'm attempting to write a #lang whose module-begin form expands the module and then inspects the metadata attached. The problem I'm getting is that local-expand seems to not "expand enough" - it