hledger/hledger-lib/Hledger
Simon Michael 0f5ee154c4 lib: simplify parsers; cleanups (#275)
The journal/timeclock/timedot parsers, instead of constructing (opaque)
journal update functions which are later applied to build the journal,
now construct the journal directly (by modifying the parser state). This
is easier to understand and debug. It also removes any possibility of
the journal updates being a space leak. (They weren't, in fact memory
usage is now slightly higher, but that will be addressed in other ways.)

Also:

Journal data and journal parse info have been merged into one type (for
now), and field names are more consistent.

The ParsedJournal type alias has been added to distinguish being-parsed
and finalised journals.

Journal is now a monoid.

stats: fixed an issue with ordering of include files

journal: fixed an issue with ordering of included same-date transactions

timeclock: sessions can no longer span file boundaries (unclocked-out
sessions will be auto-closed at the end of the file).

expandPath now throws a proper IO error (and requires the IO monad).
2016-05-23 00:44:19 -07:00
..
Data lib: simplify parsers; cleanups (#275) 2016-05-23 00:44:19 -07:00
Read lib: simplify parsers; cleanups (#275) 2016-05-23 00:44:19 -07:00
Reports lib: Commodity now has a CommoditySymbol and style 2016-05-08 08:07:27 -07:00
Utils lib: pprint 2016-05-20 08:31:39 -07:00
Data.hs lib: convert date hunit tests to doctests 2016-05-06 18:10:49 -07:00
Query.hs lib: note issues 2016-05-06 17:19:23 -07:00
Read.hs lib: simplify parsers; cleanups (#275) 2016-05-23 00:44:19 -07:00
Reports.hs split up Hledger.Reports 2014-03-19 17:31:18 -07:00
Utils.hs lib: simplify parsers; cleanups (#275) 2016-05-23 00:44:19 -07:00