Kawaii-Parser: A simple parsing library.

This is a package candidate release! Here you can preview how this package release will appear once published to the main package index (which can be accomplished via the 'maintain' link below). Please note that once a package has been published to the main package index it cannot be undone! Please consult the package uploading documentation for more information.

[maintain] [Publish]

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.

Properties

Versions 0.0.0, 0.0.0, 1.0.0, 1.0.1, 2.0.0
Change log None available
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-01-27T15:33:47Z

Modules

[Index] [Quick Jump]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees