mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-22 11:19:32 -06:00
move GFC and GFI
This commit is contained in:
@@ -1,14 +1,13 @@
|
||||
module Main where
|
||||
|
||||
import GF.Devel.GFC
|
||||
import GF.Devel.GFI
|
||||
import GFC
|
||||
import GFI
|
||||
|
||||
import System (getArgs)
|
||||
import System.Environment (getArgs)
|
||||
|
||||
main :: IO ()
|
||||
main = do
|
||||
xx <- getArgs
|
||||
case xx of
|
||||
args <- getArgs
|
||||
case args of
|
||||
"--batch":args -> mainGFC args
|
||||
_ -> mainGFI xx
|
||||
|
||||
_ -> mainGFI args
|
||||
|
||||
Reference in New Issue
Block a user