We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5527cbe commit 5fad9f0Copy full SHA for 5fad9f0
compiler/app/Main.hs
@@ -104,6 +104,7 @@ process flags fname input = do
104
Left s -> die s
105
106
when verbose $ do printSep "SYNTAX"
107
+ writeFileD "out/out.syntax" (showIndent 2 prog)
108
putStrLn (showIndent 2 prog)
109
------------------------------------------------------
110
prog' <- case runExcept (C.trans compileMode (AF.visitProg prog)) of
0 commit comments