incremental-parser: Generic parser library capable of providing partial results from partial input.
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.
Warnings:
- 'ghc-options: -O2' is rarely needed. Check that it is giving a real benefit and not just imposing longer compile times on your users.
This package defines yet another parser combinator library. This one is implemented using the concept of Brzozowski derivatives, tweaked and optimized to work with any monoidal input type. Lists, ByteString, and Text are supported out of the box, as well as any other data type for which the monoid-subclasses package defines instances. If the parser result is also a monoid, its chunks can be extracted incrementally, before the complete input is parsed.
[Skip to Readme]
Properties
Versions | 0.1, 0.2, 0.2.1, 0.2.2, 0.2.3, 0.2.3.1, 0.2.3.2, 0.2.3.3, 0.2.3.4, 0.2.4, 0.2.4.1, 0.2.5, 0.2.5.1, 0.2.5.2, 0.2.5.3, 0.2.5.4, 0.3, 0.3, 0.3.1, 0.3.1.1, 0.3.2, 0.3.2.1, 0.3.2.2, 0.3.3, 0.4, 0.4.0.1, 0.4.0.2, 0.5, 0.5.0.1, 0.5.0.2, 0.5.0.3, 0.5.0.4, 0.5.0.5, 0.5.1 |
---|---|
Change log | None available |
Dependencies | base (<5), monoid-subclasses (<0.5) [details] |
License | GPL-3.0-only |
Copyright | (c) 2011-2018 Mario Blazevic |
Author | Mario Blazevic |
Maintainer | blamario@yahoo.com |
Category | Parsing |
Home page | https://github.com/blamario/incremental-parser |
Source repo | head: git clone https://github.com/blamario/incremental-parser |
Uploaded | by MarioBlazevic at 2018-04-25T03:58:26Z |
Modules
- Control
- Applicative
- Control.Applicative.Monoid
- Applicative
- Text
- ParserCombinators
- Text.ParserCombinators.Incremental
- Text.ParserCombinators.Incremental.LeftBiasedLocal
- Text.ParserCombinators.Incremental.Symmetric
- Text.ParserCombinators.Incremental
- ParserCombinators
Downloads
- incremental-parser-0.3.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
Package maintainers
For package maintainers and hackage trustees