regex-pderiv-0.1.2: Replaces/Enhances Text.Regex. Implementing regular expression matching using Antimirov's partial derivatives. The svn source also shipped with two other referential implementations, e.g. Thomspon NFA and Glushkov NFA. For more detail please check out http://code.google.com/p/xhaskell-library/

Safe HaskellSafe-Infered

Text.Regex.PDeriv.Translate

Description

A translation schema from the external syntax (ERE) to our interal syntax (xhaskell style pattern)

Synopsis

Documentation

translate :: EPat -> PatSource

Translating external pattern to internal pattern