HaLeX-1.1: HaLeX enables modelling, manipulation and animation of regular languagesSource codeContentsIndex
Language.HaLex.RegExpParser
Portabilityportable
Stabilityprovisional
Maintainerjas@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
parseRegExpSource
:: [Char]Input symbols
-> Maybe (RegExp Char)Regular expression
Parser for regular expressions
Produced by Haddock version 2.3.0