Kawaii-Parser: A simple parsing library.
[ bsd3, library, monad-transformers, parsing, tokenisation ]
[ Propose Tags ]
[ Report a vulnerability ]
This library provides a simple tokeniser and parser. Its main focus is not efficiency but simplicity of implementation and use. The choice operator for parsers is symmetric, avoiding the need to think about the order in which the alternatives are listed. The library supports adding locations to the parse tree and aims to provide reasonably detailed information about parse errors with minimal user involvement. It also contains a module with type synonyms for some compositions of monad transformers.
Modules
[Index] [Quick Jump]
Downloads
- Kawaii-Parser-1.0.0.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.0.0, 1.0.0, 1.0.1, 2.0.0 |
---|---|
Dependencies | base (<4.15), containers, mtl [details] |
License | BSD-3-Clause |
Author | Liisi Kerik |
Maintainer | liisikerik@hotmail.com |
Category | Monad transformers, Parsing, Tokenisation |
Home page | https://github.com/liisikerik/kawaii_parser |
Source repo | head: git clone https://github.com/liisikerik/kawaii_parser.git |
Uploaded | by Liisi_Kerik at 2021-07-04T16:45:50Z |
Distributions | |
Downloads | 670 total (18 in the last 30 days) |
Rating | (no votes yet) [estimated by Bayesian average] |
Your Rating | |
Status | Docs available [build log] Last success reported on 2021-07-04 [all 1 reports] |