penny-lib-0.14.0.0: Extensible double-entry accounting system - library

Safe HaskellNone

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

parseSource

Arguments

:: String

Name of the file to be parsed

-> IO (Filename, [ParsedItem])

Returns items if successfully parsed. Quits and exits if the parse fails.