aboutsummaryrefslogtreecommitdiff
path: root/SemanticMain.hs
diff options
context:
space:
mode:
Diffstat (limited to 'SemanticMain.hs')
-rw-r--r--SemanticMain.hs12
1 files changed, 0 insertions, 12 deletions
diff --git a/SemanticMain.hs b/SemanticMain.hs
deleted file mode 100644
index c07fc8c..0000000
--- a/SemanticMain.hs
+++ /dev/null
@@ -1,12 +0,0 @@
-import System.Environment( getArgs )
-import Text.Printf
-import Library.Parse
-import Library.Semantic
-
-
-
-main = do
- args <- getArgs
- list <- getLines (head args)
- let result = doSemanticCheck (map (stripReturn) list)
- printf result