@hackage / harp

HaRP allows pattern-matching with regular expressions

Latest0.4.3.6

About

Metadata

  • Last updated , by JeremyShaw
  • License BSD-3-Clause
  • Maintained by: David Fox <dsf@seereason.com>

  • Lottery factor: 0

Links

Installation

Tested Compilers

  1. 9.4.4
  2. 9.2.5
  3. 9.0.2
  4. 8.10.7
  5. 8.8.4
  6. 8.6.5
  7. 8.4.1
  8. 8.2.2
  9. 8.0.2
  10. 7.10.3

Readme

HaRP, or Haskell Regular Patterns, is a Haskell extension that extends the normal pattern matching facility with the power of regular expressions. This expressive power is highly useful in a wide range of areas, including text parsing and XML processing. Regular expression patterns in HaRP work over ordinary Haskell lists ([]) of arbitrary type. We have implemented HaRP as a pre-processor to ordinary Haskell.

For details on usage, please see the website.