Popularity
5.1
Declining
Activity
2.4
-
8
5
0

Monthly Downloads: 16
Programming language: Haskell
License: BSD 3-clause "New" or "Revised" License
Tags: Text    

phaser alternatives and similar packages

Based on the "Text" category.
Alternatively, view phaser alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of phaser or a related project?

Add another 'Text' Package

README

phaser

A combinator library for incremental multiple pass parsers.

This library is inspired by the Text.ParserCombinators.ReadP module which is part of the base package of the Haskell platform, and also by the conduit library. Except for readS_to_p: most of the functionality of ReadP is possible (although fewer convenience functions are currently implemented as of version 0.1.0.0).

Parsers can also be chained à la conduit.

Finally: this library supports detailed error reporting including the position in the file where the parser failed.