You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The documentation shows how to define languages and passes. But doesn’t show how put them together to form a compiler. In particular, it has no example of using the parser, nor does it explain with-output-language.
In my exploration of the source, I figure the following works:
The documentation shows how to define languages and passes. But doesn’t show how put them together to form a compiler. In particular, it has no example of using the parser, nor does it explain
with-output-language
.In my exploration of the source, I figure the following works:
But it’s not included in the documentation, and I’m not sure which option is right and what are the implications.
Also, it’d be nice to have documentation for the tracing feature shown in this talk: https://www.youtube.com/watch?v=Os7FE3J-U5Q
The text was updated successfully, but these errors were encountered: