HaLeX-1.2.2: HaLeX enables modelling, manipulation and animation of regular languages

Copyright(c) João Saraiva 2001,2002,2003,2004,2005
LicenseLGPL
Maintainerjas@di.uminho.pt
Stabilityprovisional
Portabilityportable
Safe HaskellSafe
LanguageHaskell98

Language.HaLex.RegExpParser

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

Documentation

parseRegExp Source #

Arguments

:: [Char]

Input symbols

-> Maybe (RegExp Char)

Regular expression

Parser for regular expressions