| Copyright | (c) João Saraiva 20012002200320042005 2016 |
|---|---|
| License | LGPL |
| Maintainer | jas@di.uminho.pt |
| Stability | provisional |
| Portability | portable |
| Safe Haskell | Safe |
| Language | Haskell98 |
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).
- parseRegExp :: [Char] -> Maybe (RegExp Char)