@hackage regex-pderiv0.2.0
Replaces/Enhances Text.Regex. Implementing regular expression matching using Antimirov's partial derivatives.
Categories
License
BSD-3-Clause
Maintainer
luzhuomi@gmail.com, martin.sulzmann@gmail.com
Links
- Homepage
- Documentation
- No source repository
- Security
Versions
Installation
Tested Compilers
Dependencies (10)
- base >=4.0 && <5.0
- bitset
- bytestring
- containers
- deepseq
- ghc-prim Show all…
Dependents (1)
@hackage/acme-everything
Package Flags
base4(on by default)
Regex algorithm implementation using partial derivatives. The svn source also shipped with two other referential implementations, e.g. Thomspon NFA and Glushkov NFA. For more detail please check out http://code.google.com/p/xhaskell-library/