Started on a stub GFC.Main

This commit is contained in:
bringert
2007-09-28 13:27:12 +00:00
parent e2ff5b023f
commit 02db3b9701
2 changed files with 36 additions and 1 deletions

View File

@@ -1,4 +1,11 @@
module GF.Devel.Options where
module GF.Devel.GFC.Options
(
Err(..), -- FIXME: take from somewhere else
Options(..),
Mode(..), Phase(..), OutputFormat(..), Optimization(..),
parseOptions, helpMessage
) where
import Control.Monad
import Data.Maybe