aboutsummaryrefslogtreecommitdiffstats
path: root/app
diff options
context:
space:
mode:
Diffstat (limited to 'app')
-rw-r--r--app/Main.hs4
1 files changed, 3 insertions, 1 deletions
diff --git a/app/Main.hs b/app/Main.hs
index bb2697a..cbe570b 100644
--- a/app/Main.hs
+++ b/app/Main.hs
@@ -1,3 +1,5 @@
+{-# LANGUAGE OverloadedStrings #-}
+
module Main where
import qualified Data.Graph.Inductive as G
@@ -18,4 +20,4 @@ main = do
-- _ <- runGraphviz (graphToDot quickParams $ emap (const "") gr) Png "output.png",
-- T.putStrLn $ generate gr
--g <- QC.generate (QC.arbitrary :: QC.Gen SourceText)
- render . genSourceText . generateAST $ Circuit gr
+ render . genSourceText . nestSource (Identifier "w96") . generateAST $ Circuit gr