Changed the parse mode to pretty-print the AST by default
This commit is contained in:
parent
d82a80639d
commit
7b9789da59
2
Main.hs
2
Main.hs
|
@ -260,7 +260,7 @@ compile mode fn outHandle
|
||||||
|
|
||||||
output <-
|
output <-
|
||||||
case mode of
|
case mode of
|
||||||
ModeParse -> return $ show ast1
|
ModeParse -> return $ pshow ast1
|
||||||
ModeFlowGraph ->
|
ModeFlowGraph ->
|
||||||
do procs <- findAllProcesses
|
do procs <- findAllProcesses
|
||||||
let fs :: Data t => t -> PassM String
|
let fs :: Data t => t -> PassM String
|
||||||
|
|
Loading…
Reference in New Issue
Block a user