Copyright | (c) 2013 Brent Yorgey |
---|---|
License | GPL (see LICENSE) |
Maintainer | Brent Yorgey <byorgey@gmail.com> |
Safe Haskell | None |
Language | Haskell2010 |
Parsing configuration options from special [BLOpts]
blocks.
Documentation
readBLOptions :: String -> ([ParseError], BlogLiterately) Source #
Convert the contents of a [BLOpts]
block into an options record
and a list of parse errors.
readBLOption :: String -> Either ParseError BlogLiterately Source #
Read a single line from a [BLOpts]
block.
parseBLOption :: Parser BlogLiterately Source #
Parse a single line from a [BLOpts]
block.