Made the output from running the compiler a bit clearer.
This commit is contained in:
parent
d26bde6a7f
commit
53589e8d50
1 changed files with 2 additions and 0 deletions
|
|
@ -133,6 +133,8 @@ main' opts s = do
|
|||
debugDotViz
|
||||
|
||||
compile generatedCode
|
||||
printToErr "Compilation done!"
|
||||
printToErr "\n-- Program output --"
|
||||
spawnWait "./output/hello_world"
|
||||
|
||||
exitSuccess
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue