summaryrefslogtreecommitdiff
path: root/regcomp.sym
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2017-12-18 15:13:48 -0700
committerKarl Williamson <khw@cpan.org>2017-12-24 17:20:45 -0700
commit07093db4de0c6dc92b6c401b33af53b861e41ea2 (patch)
treecd72fd1c742f0c7acefabec487a2230a1ba57856 /regcomp.sym
parent0d76344ba3b6c2a839f8199ff1a511d13394ca09 (diff)
downloadperl-07093db4de0c6dc92b6c401b33af53b861e41ea2.tar.gz
regcomp.sym: Add nodes for script runs
To be used in the implementation thereof.
Diffstat (limited to 'regcomp.sym')
-rw-r--r--regcomp.sym2
1 files changed, 2 insertions, 0 deletions
diff --git a/regcomp.sym b/regcomp.sym
index f83f693268..778859ee05 100644
--- a/regcomp.sym
+++ b/regcomp.sym
@@ -132,6 +132,8 @@ WHILEM WHILEM, no 0 V ; Do curly processing and see if rest matches.
#*OPEN,CLOSE,GROUPP ...are numbered at compile time.
OPEN OPEN, num 1 ; Mark this point in input as start of #n.
CLOSE CLOSE, num 1 ; Close corresponding OPEN of #n.
+SROPEN SROPEN, none ; Same as OPEN, but for script run
+SRCLOSE SRCLOSE, none ; Close preceding SROPEN
REF REF, num 1 V ; Match some already matched string
REFF REF, num 1 V ; Match already matched string, folded using native charset rules for non-utf8