Hsed-0.2.2: Stream Editor in Haskell

Portabilitynon-portable
Stabilityexperimental
Maintainervirukav@gmail.com

Hsed.Parsec

Description

Sed commands parser. See The Open Group Base Specifications Issue 7 for parsing requirements. The current version of the Haskell Sed doesn't supports the back-references in the RE.

Synopsis

Documentation

data ParserState Source

If an RE is empty last RE used in the last command applied

Constructors

ParserState 

Fields

lastRE :: Pattern