slackbuilds/haskell/haskell-regex-applicative
David Spencer bed4d3b604 haskell/haskell-regex-applicative: Fix MD5SUM.
Signed-off-by: David Spencer <baildon.research@googlemail.com>
2016-05-15 07:40:45 +07:00
..
README haskell/haskell-regex-applicative: Added (regexp parsing library). 2016-05-11 03:17:21 +07:00
doinst.sh haskell/haskell-regex-applicative: Added (regexp parsing library). 2016-05-11 03:17:21 +07:00
haskell-regex-applicative.SlackBuild haskell/haskell-regex-applicative: Added (regexp parsing library). 2016-05-11 03:17:21 +07:00
haskell-regex-applicative.info haskell/haskell-regex-applicative: Fix MD5SUM. 2016-05-15 07:40:45 +07:00
slack-desc haskell/haskell-regex-applicative: Added (regexp parsing library). 2016-05-11 03:17:21 +07:00

README

regex-applicative is a Haskell library for parsing using regular 
expressions. Parsers can be built using Applicative interface.

Perl programmers often use regular expressions for parsing, even if it is not
an appropriate tool for the job, because Perl has so good support for regexps.

The opposite seems to be valid about Haskell programmers -- they use parsing
combinators (which recognize context-free or even context-sensitive grammars),
even when the language is actually regular!

Hopefully, this library will improve the situation.


After uninstalling, run this command to unregister the package from
the ghc package database:   ghc-pkg recache