keyword-args-0.1.0.5: Extract data from a keyword-args config file format

Safe HaskellSafe-Inferred
LanguageHaskell2010

Data.KeywordArgs.Parse

Synopsis

Documentation

configParser :: Parser [(String, String)] Source

Returns a parser for input of a keyword, followed by a space, followed by one or more arguments. Any comments (text preceeded by a '#') will be ignored until the end of the line.