feat: add Python and Java regex engines
This commit is contained in:
@@ -5,6 +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.
|
||||
|
||||
PCRE2 10.47 has a separate actual automatic-callout vertical. ABI version 3
|
||||
compiles the requested pattern with `PCRE2_AUTO_CALLOUT`, registers an
|
||||
application callback, and copies only:
|
||||
|
||||
Reference in New Issue
Block a user