When compilation fails, `./koch temp c /tmp/foo.nim` displays the stack trace 
down to the compilation error message, so we can have a _snapshot_ 
understanding of the parsing process. But when the compilation succeeds, 
there's no way to understand what were the compilation phases.

For instance, is there a compiler option to dump the parsed AST before code 
generation?

Reply via email to