hledger/hledger-ui/Hledger
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
..
UI Replace Parsec with Megaparsec (see #289) (#366) 2016-07-29 08:57:10 -07:00
UI.hs cli/ui/web: rename X.Options modules to X.XOptions 2015-08-28 12:43:51 -07:00