Main.hs revision f36b9db17fd6c5a36f1a0549968f4d7748080a15
----------------------------------------------------------------
-- GMP
-- Copyright 2007, Lutz Schroeder and Georgel Calin
----------------------------------------------------------------
module Main where
import Text.ParserCombinators.Parsec
import IO
import GMPAS
import GMPParser
main = do
hSetBuffering stdin LineBuffering
putStrLn "Give the name of the test file: "
name <- getLine
input <- readFile name
runLex par5er input