parser-combinators


Package info
Description

This library provides various types of parser combinators.

Readme
# parser-combinators This library provides various types of parser combinators. ## Licence The package is licensed under the BSD-2-Clause license; for details, see the [LICENSE](/LICENSE) file. The views and conclusions contained in the software and documentation are those of the authors and should not be interpreted as representing official policies, either expressed or implied, of Radboud University Nijmegen. ## Documentation See [the article](doc/Efficient_Combinator_Parsers.pdf).
Changelog
# Changelog #### 1.1.2 - Chore: allow base v4. #### 1.1.1 - Chore: support base `3.0`. ### 1.1.0 - Feature: `Text.Parsers.Simple.Core`: add `someTill` and `manyTill`. - Feature: `Text.Parsers.Simple.Chars`: add `pSingleQuote` and `pDoubleQuote`. ## 1.0.0 - Initial version, import modules from clean platform v0.3.38 and destill all parser combinator modules.
Versions