The weighted-regexp package
Haskell implementation of a weighted regular expression matcher with linear worst-case time and space bounds.
Properties
| Versions | 0.1.0.0, 0.1.1.0, 0.2.0.0, 0.3.0.0, 0.3.0.1, 0.3.1, 0.3.1.1, 0.3.1.2 |
|---|---|
| Dependencies | array (≥0.1 & <0.5), base (≥3 & <5) |
| License | BSD3 |
| Author | Thomas Wilke, Frank Huch, Sebastian Fischer |
| Maintainer | Sebastian Fischer |
| Stability | experimental |
| Category | Text, Parsing |
| Home page | http://sebfisch.github.com/haskell-regexp |
| Bug tracker | http://github.com/sebfisch/haskell-regexp/issues |
| Source repository | git clone git://github.com/sebfisch/haskell-regexp.git |
| Executables | criterion-re, quickcheck-re |
| Upload date | Tue Feb 14 23:24:08 UTC 2012 |
| Uploaded by | SebastianFischer |
| Build failure | ghc-7.4 (log) |
| Distributions | Debian: 0.3.1.1 |
Modules
- Data
- Data.Semiring
- Data.Semiring.Properties
- Data.Semiring
- Text
- Text.RegExp
- Text.RegExp.Internal
- Matching
- Text.RegExp.Matching.LeftLong
- Text.RegExp.Matching.Leftmost
- Text.RegExp.Matching.Longest
- Text.RegExp
Downloads
- weighted-regexp-0.3.1.2.tar.gz (Cabal source package)
- package description (included in the package)