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.
4 lines
213 B
Text
4 lines
213 B
Text
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.
|