Paketname | libghc6-regex-tdfa-doc |
Beschreibung | Documentation for the tagged DFA regex engine |
Archiv/Repository | Offizielles Debian Archiv squeeze (main) |
Version | 1.1.4-1 |
Sektion | doc |
Priorität | extra |
Installierte Größe | 2416 Byte |
Hängt ab von | |
Empfohlene Pakete | ghc6-doc, libghc6-parsec3-doc, libghc6-regex-base-doc |
Paketbetreuer | Debian Haskell Group |
Quelle | haskell-regex-tdfa |
Paketgröße | 186726 Byte |
Prüfsumme MD5 | 20d78ab5bae977f863fab77a4f737549 |
Prüfsumme SHA1 | a790f452757dc89d40b926af8049e869a579d990 |
Prüfsumme SHA256 | 5d767102663f434a6ef5b24ab74d94a95d42bf5e7561ea1ad06384950a221903 |
Link zum Herunterladen | libghc6-regex-tdfa-doc_1.1.4-1_all.deb |
Ausführliche Beschreibung | .
A pure Haskell alternative to GHC's Text.Regex module (with some
enhancements). The Text.Regex module marshalls the data back and forth to
c-arrays to call libc and this is far too slow (and strict).
.
This module parses regular expression Strings using a Parsec parser and
creates an internal data structure (Text.Regex.Lazy.Pattern). This is then
transformed a DFA table for matching against the input String or
FastPackedString. The input string is consumed lazily, so it may be an
arbitrarily long or infinite source.
.
This package contains the library documentation.
|