summaryrefslogtreecommitdiff
path: root/regcomp.sym
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2019-06-04 11:43:17 -0600
committerKarl Williamson <khw@cpan.org>2019-06-26 09:01:27 -0600
commitf6eaa562638a777c6c2e56637898eb90a0f40412 (patch)
treee925438042dd40f498e8ed225e858cb238c3995b /regcomp.sym
parent293a533c53d9c0fe939e23c439f4dfc47a5736dc (diff)
downloadperl-f6eaa562638a777c6c2e56637898eb90a0f40412.tar.gz
Use inRANGE for seeing if node is an ANYOFH type
This is easier to read, especially when a third type is added a few commits ahead.
Diffstat (limited to 'regcomp.sym')
-rw-r--r--regcomp.sym3
1 files changed, 3 insertions, 0 deletions
diff --git a/regcomp.sym b/regcomp.sym
index e432ae5cd1..4b8885d0b3 100644
--- a/regcomp.sym
+++ b/regcomp.sym
@@ -62,8 +62,11 @@ ANYOF ANYOF, sv charclass S ; Match character in (or not in) this
ANYOFD ANYOF, sv charclass S ; Like ANYOF, but /d is in effect
ANYOFL ANYOF, sv charclass S ; Like ANYOF, but /l is in effect
ANYOFPOSIXL ANYOF, sv charclass_posixl S ; Like ANYOFL, but matches [[:posix:]] classes
+
+# Must be sequential
ANYOFH ANYOF, sv 1 S ; Like ANYOF, but only has "High" matches, none in the bitmap;
ANYOFHb ANYOF, sv 1 S ; Like ANYOFH, but all matches share the same UTF-8 start byte, given in the flags field
+
ANYOFM ANYOFM byte 1 S ; Like ANYOF, but matches an invariant byte as determined by the mask and arg
NANYOFM ANYOFM byte 1 S ; complement of ANYOFM