diff options
author | Karl Williamson <khw@cpan.org> | 2017-12-18 15:13:48 -0700 |
---|---|---|
committer | Karl Williamson <khw@cpan.org> | 2017-12-24 17:20:45 -0700 |
commit | 07093db4de0c6dc92b6c401b33af53b861e41ea2 (patch) | |
tree | cd72fd1c742f0c7acefabec487a2230a1ba57856 /regcomp.sym | |
parent | 0d76344ba3b6c2a839f8199ff1a511d13394ca09 (diff) | |
download | perl-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.sym | 2 |
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 |