Made the output from running the compiler a bit clearer.

This commit is contained in:
Samuel Hammersberg 2023-03-29 16:54:30 +02:00
parent d26bde6a7f
commit 53589e8d50

View file

@ -133,6 +133,8 @@ main' opts s = do
debugDotViz
compile generatedCode
printToErr "Compilation done!"
printToErr "\n-- Program output --"
spawnWait "./output/hello_world"
exitSuccess