feat: add multi-engine regex flavour support
This commit is contained in:
@@ -5,9 +5,10 @@ results, but no V8, SpiderMonkey or JavaScriptCore execution trace. Regex Tools
|
||||
does not relabel structural explanations, static findings or timing
|
||||
observations as an ECMAScript engine trace.
|
||||
|
||||
The bundled CPython `re` and TeaVM `java.util.regex` bridges likewise expose
|
||||
compilation, bounded match/capture and replacement results, not internal engine
|
||||
steps. Regex Tools does not label their partial lexical syntax trees as traces.
|
||||
The PHP, legacy Perl, CPython, CRuby, TeaVM Java/Scala compatibility, libc++,
|
||||
Go, Rust and .NET bridges likewise expose compilation, bounded match/capture
|
||||
and replacement results, not internal engine steps. Regex Tools does not label
|
||||
their partial lexical syntax trees as traces.
|
||||
|
||||
PCRE2 10.47 has a separate actual automatic-callout vertical. ABI version 3
|
||||
compiles the requested pattern with `PCRE2_AUTO_CALLOUT`, registers an
|
||||
|
||||
Reference in New Issue
Block a user