qi icon indicating copy to clipboard operation
qi copied to clipboard

Investigate hierarchical reporting of expansion events in the compiler

Open countvajhula opened this issue 1 year ago • 0 comments

We use emit-local-step to report compiler transformations as expansion steps, but this API doesn't capture the (tree-structured) context of expansion as normal Racket expansion does. Try unpublished expansion event APIs to see if there are any that already support this. This would help us debug expansion and compilation using the Macro Stepper.

See Context is Everything.

countvajhula avatar Jan 26 '24 09:01 countvajhula