The latest version of incremental-parser is 0.5.1-0.
incremental-parser
Version 0.2.5.2 revision 1 uploaded by HerbertValerioRiedel.
Package meta
- Synopsis
- Generic parser library capable of providing partial results from partial input.
- Description
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.
- Author
- Mario Blazevic
- Bug reports
- n/a
- Category
- Parsing
- Copyright
- (c) 2011-2017 Mario Blazevic
- Homepage
- https://github.com/blamario/incremental-parser
- Maintainer
- blamario@yahoo.com
- Package URL
- n/a
- Stability
- n/a