Package

purescript-simple-parser

Repository
Thimoteus/purescript-simple-parser
License
MIT
Uploaded by
hansel-no-kioku
Published on
2018-07-13T19:07:16Z

A parsing combinator library with a simple definition.

This is a transformerless version of purescript-parsing.

Many of the combinators and parsers in the more general parsing library have equivalent versions here, though some are missing.

Furthermore, some are renamed (Text.Parsing.Simple.bracket corresponds to Text.Parsing.Parser.Combinators.between), and some are completely new.