regex-tdfa: Pure Haskell Tagged DFA Backend for "Text.Regex" (regex-base)
This package provides a pure Haskell "Tagged" DFA regex engine for regex-base. This implementation was inspired by the algorithm (and Master's thesis) behind the regular expression library known as TRE or libtre.
Please consult the Text.Regex.TDFA module for API documentation including a tutorial with usage examples; see also https://wiki.haskell.org/Regular_expressions for general information about regular expression support in Haskell.
Versions [faq] | 0.92, 0.94, 0.95.1, 0.95.2, 0.97.1, 0.97.3, 0.97.4, 1.0.0, 1.1.0, 1.1.1, 1.1.2, 1.1.3, 1.1.4, 1.1.6, 1.1.7, 1.1.8, 1.2.0, 1.2.1, 1.2.2, 1.2.3, 1.2.3.1, 1.2.3.2, 1.2.3.3, 1.3.0, 1.3.1.0 (info) |
---|---|
Change log | CHANGELOG.md |
Dependencies | array (>=0.4 && <0.6), base (>=4.5 && <4.16), bytestring (>=0.9.2 && <0.12), containers (>=0.4.2 && <0.7), fail (==4.9.*), mtl (>=2.1.3 && <2.3), parsec (==3.1.*), regex-base (==0.94.*), semigroups (>=0.18 && <0.20), text (>=1.2.3 && <1.3) [details] |
License | BSD-3-Clause |
Copyright | Copyright (c) 2007-2009, Christopher Kuklewicz |
Author | Christopher Kuklewicz |
Maintainer | Herbert Valerio Riedel <hvr@gnu.org>, Andreas Abel |
Revised | Revision 2 made by AndreasAbel at 2021-02-20T19:59:19Z |
Category | Text |
Home page | https://wiki.haskell.org/Regular_expressions |
Bug tracker | https://github.com/hvr/regex-tdfa/issues |
Source repo | head: git clone https://github.com/hvr/regex-tdfa.git this: git clone https://github.com/hvr/regex-tdfa.git(tag v1.3.1.0-r2) |
Uploaded | by HerbertValerioRiedel at 2019-11-26T22:34:30Z |
Distributions | Arch:1.3.1.0, Debian:1.2.3.1, Fedora:1.3.1.0, FreeBSD:1.2.0, LTSHaskell:1.2.3.2, NixOS:1.3.1.0, Stackage:1.2.3.2, openSUSE:1.3.1.0 |
Downloads | 143797 total (1089 in the last 30 days) |
Rating | 2.25 (votes: 2) [estimated by Bayesian average] |
Your Rating | |
Status | Docs available [build log] Last success reported on 2019-11-26 [all 1 reports] |
Modules
[Index] [Quick Jump]
Flags
Name | Description | Default | Type |
---|---|---|---|
force-o2 | Force building NOTE: This flag is mostly provided for legacy use-cases. Nowadays you can conveniently control optimization levels on a per-package granularity via | Disabled | Manual |
Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info
Downloads
- regex-tdfa-1.3.1.0.tar.gz [browse] (Cabal source package)
- Package description (revised from the package)
Note: This package has metadata revisions in the cabal description newer than included in the tarball. To unpack the package including the revisions, use 'cabal get'.