On Monday, October 24, 2016 at 6:25:07 AM UTC-7, Konrad Hinsen wrote:
>
> I can think of a few approaches, such as redefining 
> error-display-handler in the expanded code, but I suspect that others 
> have already found better solutions to this problem. I'd be grateful for 
> any pointers.
> 
> Konrad.

I think the syntax/parse module is your best answer. Implement your macros as a 
proper compiler front end (which syntax/parse can do) and suss out as many 
errors there as you can, because threading context throughout your syntax 
transformers can be quite difficult.

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

Reply via email to