mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-14 05:32:51 -06:00
10 lines
112 B
Haskell
10 lines
112 B
Haskell
module Main where
|
|
|
|
import GF.Devel.Compile.GFC
|
|
|
|
import System (getArgs)
|
|
|
|
main = do
|
|
xx <- getArgs
|
|
mainGFC xx
|