hledger/hledger-web/Handler
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
..
AddForm.hs Replace Parsec with Megaparsec (see #289) (#366) 2016-07-29 08:57:10 -07:00
Common.hs Replace Parsec with Megaparsec (see #289) (#366) 2016-07-29 08:57:10 -07:00
EditForm.hs web: move old edit/import stuff out of AddForm 2015-02-16 18:20:31 +00:00
ImportForm.hs web: move old edit/import stuff out of AddForm 2015-02-16 18:20:31 +00:00
JournalR.hs lib: textification: descriptions & codes 2016-05-24 19:00:58 -07:00
RegisterR.hs lib: textification: descriptions & codes 2016-05-24 19:00:58 -07:00
RootR.hs web: reduce ui over-complexity 2014-05-24 08:23:02 -07:00
SidebarR.hs web: declare a bunch of language pragmas 2015-04-07 18:35:41 -07:00
Utils.hs hledger-web: build with GHC-7.10 2015-03-29 06:33:53 -07:00