Is there any way in go to do this?

Ideally I'd like to be able to do something like pass the compiler an AST 
-> AST function to be run between front and back end compile steps. The 
best way I see atm is to do a precompile job that dumps the AST back out to 
a different directory and compiles that.
I've heard it suggested that the race detector does something like this and 
that it's possible that api could be exposed in the future.

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to