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
regexloggersSwitchToEager,TotalCompilationTime,Phases,BailoutMessages,AutomatonSizes,CompilerFallback,InternalErrorsandTRegexCompilations. These can be enabled in your launchers by setting, e.g.,--log.regex.Phases.level=ALL.
- Introduced the