forked from GitHub/gf-core
GF/src is now for 2.9, and the new sources are in src-3.0 - keep it this way until the release of GF 3
This commit is contained in:
14
src-3.0/GF/Devel/GF.hs
Normal file
14
src-3.0/GF/Devel/GF.hs
Normal file
@@ -0,0 +1,14 @@
|
||||
module Main where
|
||||
|
||||
import GF.Devel.GFC
|
||||
import GF.Devel.GFI
|
||||
|
||||
import System (getArgs)
|
||||
|
||||
main :: IO ()
|
||||
main = do
|
||||
xx <- getArgs
|
||||
case xx of
|
||||
"--batch":args -> mainGFC args
|
||||
_ -> mainGFI xx
|
||||
|
||||
Reference in New Issue
Block a user