X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;f=Main.hs;fp=Main.hs;h=be0a0a077f5496d7c9f3c06daa4fd58ae12779b7;hb=998e440a7fa765685e1ed500c871058a33129b1f;hp=0000000000000000000000000000000000000000;hpb=241a1d6f8a4bc9cccc0cacb05e8348fa3e204f74;p=matthijs%2Fmaster-project%2Fc%CE%BBash.git diff --git a/Main.hs b/Main.hs new file mode 100644 index 0000000..be0a0a0 --- /dev/null +++ b/Main.hs @@ -0,0 +1,6 @@ +module Main where + +import Translator + +main = do + makeVHDL "Alu.hs" "exec" True \ No newline at end of file