scanner-attoparsec: Inject attoparsec parser with backtracking into non-backtracking scanner
Backtracking kills performance, so scanner package doesn't support it. But sometimes you just need it. E.g. you have a mostly non-backtracking parser, but a small bit of its grammar is too complex to transform it to non-backtracking form. In that case you can inject a backtracking attoparsec parser into otherwise non-backtracking scanner.
See also http://hackage.haskell.org/scanner
[Skip to Readme]
Downloads
- scanner-attoparsec-0.1.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
Versions [RSS] | 0.1, 0.2 |
---|---|
Change log | changelog.md |
Dependencies | attoparsec, base (<5), scanner [details] |
License | BSD-3-Clause |
Copyright | (c) Yuras Shumovich 2016 |
Author | Yuras Shumovich |
Maintainer | shumovichy@gmail.com |
Category | Parsing |
Home page | https://github.com/Yuras/scanner-attoparsec |
Source repo | head: git clone git@github.com:Yuras/scanner-attoparsec.git |
Uploaded | by YurasShumovich at 2016-04-02T19:44:57Z |
Distributions | NixOS:0.2 |
Reverse Dependencies | 1 direct, 0 indirect [details] |
Downloads | 985 total (11 in the last 30 days) |
Rating | (no votes yet) [estimated by Bayesian average] |
Your Rating | |
Status | Docs available [build log] Last success reported on 2016-04-02 [all 1 reports] |