The latest version of incremental-parser is 0.5.1-0.

incremental-parser

Version 0.2.3.4 revision 0 uploaded by MarioBlazevic.

Package meta

Synopsis
Generic parser library capable of providing partial results from partial input.
Description

This package defines yet another parser 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, the parser can provide it incrementally, before the complete input is parsed.

Author
Mario Blazevic
Bug reports
n/a
Category
Parsing
Copyright
(c) 2011-2015 Mario Blazevic
Homepage
http://patch-tag.com/r/blamario/incremental-parser/wiki/
Maintainer
blamario@yahoo.com
Package URL
n/a
Stability
n/a

Components