1a3d039f72
CHANGES: 3.1.9 - Many and various updates to documentation and package description (inlcuding the homepage links). - Add an 'Eq' instance for 'ParseError' - Fixed a regression from 3.1.6: 'runP' is again exported from module Text.Parsec. 3.1.8 - Fix a regression from 3.1.6 related to exports from the main module.
5 lines
326 B
Text
5 lines
326 B
Text
Parsec is designed from scratch as an industrial-strength parser library. It is
|
|
simple, safe, well documented (on the package homepage), has extensive
|
|
libraries, good error messages, and is fast. It is defined as a monad
|
|
transformer that can be stacked on arbitrary monads, and it is also parametric
|
|
in the input stream type.
|