mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-09 11:12:51 -06:00
Started on a stub GFC.Main
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user