regex-pderiv-0.2.0: Replaces/Enhances Text.Regex. Implementing regular expression matching using Antimirov's partial derivatives.

Safe HaskellSafe
LanguageHaskell98

Text.Regex.PDeriv.Translate

Description

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

Synopsis

Documentation

translate :: EPat -> Pat Source #

Translating external pattern to internal pattern

translatePosix :: EPat -> (Pat, IntMap ()) Source #

for posix