hledger/hledger-lib/Hledger/Read
Simon Michael 27dd1ca593 lib: add a basic ledger journal reader using ledger4's ledger-parse
This reader is used by default for files with suffix .ledger or .l,
and tried along with the other readers for files of unknown type.

Currently only the bare minimum of the raw parsed data is used:
transaction dates/descriptions and posting accounts/amounts,
with the rest being ignored.

Amounts are parsed the same way as in the hledger journal format.
Malformed amounts might be ignored instead of error-reported.
2016-11-12 14:22:27 -08:00
..
Common.hs comment 2016-11-12 13:54:48 -08:00
CsvReader.hs Fix csv rules parsing (#407) 2016-09-25 12:56:28 -07:00
JournalReader.hs lib: also recognise *.hledger as hledger journal format 2016-11-12 13:55:37 -08:00
LedgerReader.hs lib: add a basic ledger journal reader using ledger4's ledger-parse 2016-11-12 14:22:27 -08:00
TimeclockReader.hs timeclock: fix order of transaction indexes #394 2016-08-14 14:50:03 -07:00
TimedotReader.hs Replace Parsec with Megaparsec (see #289) (#366) 2016-07-29 08:57:10 -07:00