regex-tdfa-1.1.0: Replaces/Enhances Text.Regex

Text.Regex.TDFA

Description

The Text.Regex.TDFA module provides a backend for regular expressions. It provides instances for the classes defined and documented in Text.Regex.Base and re-exported by this module. If you import this along with other backends then you should do so with qualified imports (with renaming for convenience).

Todo: compNoCapture to avoid creating any tags and optimize inStar stuff... runBool case for aborting on shortest match frontAnchored Cleanup locations of helper functions Decide whether to nix DoPa or just replace with Int Make untagged TDFA for non-capturing cases Pull starTrans into ReadRegex Consider replacing Pattern with CorePattern entirely Remove parent info from GroupInfo and/or reduce tag resetting workload (try to shift work from doing resets to post-processing)

Beyond posix: non-capturing groups Inverted tests and additional tests lazy instead of greedy possessive instead of greedy leftmost branch instead of leftmostlongest (openclose group instead of tagging)

Documentation