10 mar 2010 kl. 19.20 skrev James Long:
You can look at blackhole (http://github.com/pereckerdal/blackhole) and see how it integrates its macro system.
It should work with ##expand-source, it just takes a function which expands code.
- James
There's a little bit more to it: ##expand-source hooks to eval and load. c#expand-source is the hook that gets invoked by the compiler.
/Per