This changelog summarizes major changes between TRegex versions relevant to language implementors integrating TRegex into their language. This document will focus on API changes relevant to integrators of TRegex.
- Added the possibility to log the actions of the compiler.
- Introduced the
regex
loggersSwitchToEager
,TotalCompilationTime
,Phases
,BailoutMessages
,AutomatonSizes
,CompilerFallback
,InternalErrors
andTRegexCompilations
. These can be enabled in your launchers by setting, e.g.,--log.regex.Phases.level=ALL
.
- Introduced the