Implement Unicode character classes #4

Merged
Rockingcool merged 7 commits from implementUnicodeCharClass into master 2025-02-13 09:51:47 -06:00
4 changed files with 149 additions and 9 deletions
Showing only changes of commit 46bc0c8529 - Show all commits

View File

@@ -153,9 +153,8 @@ returns the 0-group.
The following features from [regexp] are (currently) NOT supported:
1. Named capturing groups
2. Non-greedy operators
3. Unicode character classes
4. Embedded flags (flags are instead passed as arguments to [Compile])
5. Literal text with \Q ... \E
3. Embedded flags (flags are instead passed as arguments to [Compile])
4. Literal text with \Q ... \E
The following features are not available in [regexp], but are supported in my engine:
1. Lookarounds