Printing intermediate outputs in the compilation pipeline of Koka Source code to C #514
swarnpriya
started this conversation in
General
Replies: 1 comment 2 replies
-
Passing |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I wanted to know if we can see each intermediate representation of the compilation process. Like how using clang we can see the output after preprocessing, dump-ast, generate llvm-IR etc. What would be the equivalent steps in the Koka compilation?
Beta Was this translation helpful? Give feedback.
All reactions