hledger/hledger-lib/Hledger/Reports
Moritz Kiefer 4141067428 Replace Parsec with Megaparsec (see #289) (#366)
* Replace Parsec with Megaparsec (see #289)

This builds upon PR #289 by @rasendubi

* Revert renaming of parseWithState to parseWithCtx

* Fix doctests

* Update for Megaparsec 5

* Specialize parser to improve performance

* Pretty print errors

* Swap StateT and ParsecT

This is necessary to get the correct backtracking behavior, i.e. discard
state changes if the parsing fails.
2016-07-29 08:57:10 -07:00
..
BalanceHistoryReport.hs fix hunit compilation warnings 2014-03-21 17:41:54 -07:00
BalanceReport.hs lib: textification begins! account names 2016-05-24 19:00:49 -07:00
EntriesReport.hs split up Hledger.Reports 2014-03-19 17:31:18 -07:00
MultiBalanceReports.hs balance: move -V helpers to the *Report modules 2015-08-26 10:38:45 -07:00
PostingsReport.hs lib: textification: descriptions & codes 2016-05-24 19:00:58 -07:00
ReportOptions.hs Replace Parsec with Megaparsec (see #289) (#366) 2016-07-29 08:57:10 -07:00
TransactionsReports.hs lib, ui, web: more careful dates in account transactions report/registers 2016-07-27 12:12:42 -07:00