You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 lines
654 B

  1. regex-applicative is a Haskell library for parsing using regular
  2. expressions. Parsers can be built using Applicative interface.
  3. Perl programmers often use regular expressions for parsing, even if it is not
  4. an appropriate tool for the job, because Perl has so good support for regexps.
  5. The opposite seems to be valid about Haskell programmers -- they use parsing
  6. combinators (which recognize context-free or even context-sensitive grammars),
  7. even when the language is actually regular!
  8. Hopefully, this library will improve the situation.
  9. After uninstalling, run this command to unregister the package from
  10. the ghc package database: ghc-pkg recache