Greetings,
I am trying to track down a compile problem in Chez Scheme 9.5.3 on Raspberry Pi 3/Raspian-Linux.
My attempt to make the code generation visible was to
````
(trace-define-pass np-generate-code : L16 (ir) -> * (code)
````
This dies in the pretty-printer during the bootstrap compile.
Can some kind person help me out to get a cross-compiled bootstrap which displays the code being generated?
Thanks a bunch!
-KenD [Ken (dot) Dickey (at) Whidbey (dot) com]