BNFC3-3.0: A compiler front-end generator.
Safe HaskellNone
LanguageHaskell2010

BNFC.Options

Synopsis

Documentation

Option parsing and handling

Patch to optparse-applicative

execParser' :: [String] -> ParserInfo a -> IO a Source #

Like execParser, but parse given argument list rather than those from getArgs.

customExecParser' :: ParserPrefs -> [String] -> ParserInfo a -> IO a Source #

Run a program description with custom preferences.