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 a981628 commit e93942bCopy full SHA for e93942b
compiler/app/Main.hs
@@ -105,6 +105,7 @@ process flags fname input = do
105
Left s -> die s
106
107
when verbose $ do printSep "SYNTAX"
108
+ writeFileD "out/out.syntax" (showIndent 2 prog)
109
putStrLn (showIndent 2 prog)
110
------------------------------------------------------
111
prog' <- case runExcept (C.trans compileMode (AF.visitProg prog)) of
0 commit comments