EarleyM: Monadic Earley Parsing

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]

Monadic combinators for Earley Parsing, supporting left-recursive, left-unfactored and ambiguous grammars.


[Skip to Readme]

Properties

Versions 0.1.0.0
Change log ChangeLog.md
Dependencies base (>=4.8 && <4.9), containers (>=0.5 && <0.6), HMap (>=1.2 && <1.3) [details]
License BSD-3-Clause
Author Nick Chapman
Maintainer nic@amadido.co.uk
Category Parsing
Home page https://github.com/Nick-Chapman/EarleyM
Source repo head: git clone https://github.com/Nick-Chapman/EarleyM.git
Uploaded by NickChapman at 2019-03-30T11:35:16Z

Modules

[Index]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees


Readme for EarleyM-0.1.0.0

[back to package description]

EarleyM

Monadic combinators for Earley Parsing, supporting left-recursive, left-unfactored and ambiguous grammars.

Documentation: https://hackage.haskell.org/package/EarleyM-0.1.0.0/candidate

Examples: https://github.com/Nick-Chapman/EarleyM/blob/master/examples/Example