feat: add multi-engine regex flavour support
This commit is contained in:
@@ -25,11 +25,11 @@ The coverage report says `covered`, `partial`, `unsupported` or
|
||||
sampling strategy was requested. It does not mean every string in the regular
|
||||
language was enumerated.
|
||||
|
||||
PCRE2, Python and Java generation is unavailable in version 1. Their actual
|
||||
engines are complete for the advertised execution operations, but their
|
||||
current structural syntax providers are intentionally partial. Regex Tools
|
||||
does not feed their syntax to the ECMAScript generator or relabel ECMAScript
|
||||
behaviour.
|
||||
Standalone PCRE2, PHP, Perl, Python, Ruby, Java, C++, Go, Rust, .NET and Scala
|
||||
compatibility generation is unavailable in version 1. Their actual engines are
|
||||
complete for the advertised execution operations, but their current structural
|
||||
syntax providers are intentionally partial. Regex Tools does not feed their
|
||||
syntax to the ECMAScript generator or relabel ECMAScript behaviour.
|
||||
|
||||
## Unsupported and partial constructs
|
||||
|
||||
|
||||
Reference in New Issue
Block a user