HaLeX-1.2.6: HaLeX enables modelling, manipulation and visualization of regular languages

Copyright(c) João Saraiva 20012002200320042005 2016
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