1
0
forked from GitHub/gf-core

compilation line complete (but dysfunctional) for new GF internal format

This commit is contained in:
aarne
2007-12-08 15:15:18 +00:00
parent e548f096e6
commit f4d3b1a9fa
3 changed files with 7 additions and 44 deletions

View File

@@ -1,21 +1,9 @@
module Main where
import GF.Devel.Compile.Compile
import GF.Data.Operations
import GF.Infra.Option ----
import GF.Devel.Compile.GFC
import System (getArgs)
main = do
xx <- getArgs
mainGFC xx
mainGFC :: [String] -> IO ()
mainGFC xx = do
let (opts,fs) = getOptions "-" xx
case opts of
_ -> do
mapM_ (batchCompile opts) (map return fs)
putStrLn "Done."