|
| Language.HaLex.RegExp2Fa | | Portability | portable | | Stability | provisional | | Maintainer | jas@di.uminho.pt |
|
|
|
|
|
| Description |
From Regular Expressions into Non-Deterministic and Deterministic Finite Automata
Code Included in the Lecture Notes on
Language Processing (with a functional flavour).
|
|
| Synopsis |
|
|
|
| Documentation |
|
| regExp2Ndfa |
|
|
| regExp2Dfa |
| :: Eq sy | | | => RegExp sy | Regular expression | | -> Dfa [Int] sy | Automaton | | Compute a Dfa from a RegExp.
(via the intermediate Ndfa) |
|
|
| regExp2Ndfa' :: Eq sy => RegExp sy -> Int -> (Ndfa Int sy, Int) |
| Compute a Ndfa from a RegExp.
Auxiliar function threading the context: the first available int to
name the states |
|
| Produced by Haddock version 0.6 |