hledger/hledger-lib/Hledger/Data
Simon Michael 1ec1f7c4ea more file reading cleanup, try each known format in turn
Currently this is just the journal and timelog file formats.  This is more
scalable, but when things go wrong there is no longer just a single parse
error. For now we'll just show the first error, the one from the journal
file parser.
2010-05-31 01:15:18 +00:00
..
Account.hs docs: hledger-lib module haddock updates 2010-05-27 03:58:47 +00:00
AccountName.hs docs: hledger-lib module haddock updates 2010-05-27 03:58:47 +00:00
Amount.hs move Ledger.* to Hledger.Data.* 2010-05-19 23:08:53 +00:00
Commodity.hs parsing: more robust double-quoted commodities - anything but a space or newline or double quote 2010-05-27 01:31:50 +00:00
Dates.hs refactor: cleanup 2010-04-14 21:37:03 +00:00
Journal.hs clean up and combine I/O and parsing under Hledger.Read.* 2010-05-30 19:11:58 +00:00
Ledger.hs refactor: clarify the roles of Journal (primary data) and Ledger (derived report) 2010-05-23 17:41:25 +00:00
Posting.hs docs: hledger-lib module haddock updates 2010-05-27 03:58:47 +00:00
TimeLog.hs parsing: timelog entries now generate balanced transactions, using virtual postings 2010-05-23 18:54:14 +00:00
Transaction.hs docs: hledger-lib module haddock updates 2010-05-27 03:58:47 +00:00
Types.hs docs: hledger-lib module haddock updates 2010-05-27 03:58:47 +00:00
Utils.hs more file reading cleanup, try each known format in turn 2010-05-31 01:15:18 +00:00