| Safe Haskell | None |
|---|
Penny.Copper.Parsec
Description
Parsec parsers for the ledger file format. The format is
documented in EBNF in the file doc/ledger-grammar.org.
Documentation
digitGroup :: Parser [Char]Source
digitPostSequence :: Parser (Maybe [Char])Source
Arguments
| :: String | Name of the file to be parsed |
| -> IO (Filename, [ParsedItem]) | Returns items if successfully parsed. Quits and exits if the parse fails. |