parser-unbiased-choice-monad-embedding: Parsing library with unbiased choice and support for embedding arbitrary monad

[ bsd3, library, parsing ] [ Propose Tags ]

Parsing library with unbiased choice and support for embedding arbitrary monad.

You may use applicative or arrow style. Supports left recursion, location tracking, parsing and semantic error messages, heuristic ambiguity checking. Based on Earley.

See announcement https://mail.haskell.org/pipermail/haskell-cafe/2021-July/134205.html for more info.

You don't need to be registered on SourceHut to create bug report.

If you think that this software is not needed or existing software already subsumes its functionality, please, tell me that, I will not be offended.


[Skip to Readme]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.0.0.1, 0.0.0.2, 0.0.0.3, 0.0.0.4
Change log ChangeLog
Dependencies base (>=4.13.0.0 && <=4.17.0.0), containers (>=0.6.2.1 && <=0.6.6), Earley (==0.13.0.1), srcloc (>=0.6 && <=0.6.0.1) [details]
License BSD-3-Clause
Author
Maintainer Askar Safin <safinaskar@mail.ru>
Category Parsing
Source repo head: git clone https://git.sr.ht/~safinaskar/haskell-parser-unbiased-choice-monad-embedding
Uploaded by safinaskar at 2023-01-02T10:38:20Z
Distributions
Downloads 262 total (11 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
All reported builds failed as of 2023-01-02 [all 1 reports]

Readme for parser-unbiased-choice-monad-embedding-0.0.0.4

[back to package description]

See https://hackage.haskell.org/package/parser-unbiased-choice-monad-embedding

You don't need to be registered on SourceHut to create bug report