{-# OPTIONS_GHC -fno-warn-warnings-deprecations #-}
{-# LANGUAGE OverloadedStrings #-}
module Text.RE.TestBench
(
MacroEnv
, MacroDescriptor(..)
, RegexSource(..)
, WithCaptures(..)
, RegexType
, isTDFA
, isPCRE
, presentRegexType
, mkMacros
, formatMacroTable
, formatMacroSummary
, formatMacroSources
, formatMacroSource
, mdRegexSource
, testMacroEnv
, runTests
, runTests'
, module Text.RE.TestBench.Parsers
, Match
) where
import Text.RE.TestBench.Parsers
import Text.RE.ZeInternals.TestBench
import Text.RE.ZeInternals.Types.Match