summaryrefslogtreecommitdiff
path: root/Main.hs
diff options
context:
space:
mode:
Diffstat (limited to 'Main.hs')
-rw-r--r--Main.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Main.hs b/Main.hs
index b56edfe..249436c 100644
--- a/Main.hs
+++ b/Main.hs
@@ -25,5 +25,5 @@ main = do
prog <- parseProgram source >>= either (die . show) return
irprog <- either die return (compileProgram prog)
let opt = optimise irprog
- -- print opt
+ print opt
vmRun opt