UMinho Haskell Libraries (2005.10.12)ContentsIndex
Language.HaLex.RegExpParser
Portability portable
Stability provisional
Maintainer jas@di.uminho.pt
Description

Parsing (through parsing combinators) concrete regular Expressions (in the Unix like notation)

Code Included in the Lecture Notes on Language Processing (with a functional flavour).

Synopsis
parseRegExp :: [Char] -> Maybe (RegExp Char)
Documentation
parseRegExp
:: [Char]Input symbols
-> Maybe (RegExp Char)Regular expression
Parser for regular expressions
Produced by Haddock version 0.6