This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Change /(?[...]) to have normal operator precedence
authorKarl Williamson <khw@cpan.org>
Thu, 26 Feb 2015 06:19:39 +0000 (23:19 -0700)
committerKarl Williamson <khw@cpan.org>
Fri, 20 Mar 2015 03:10:03 +0000 (21:10 -0600)
commit6798c95dd27b33efd71f394c18649af7bbaf42b7
treeb8ac326854bc4865f83453c91b768bc30f110391
parent9269c59f17a7bb8e6d97c55ab987b934cfb48034
Change /(?[...]) to have normal operator precedence

This experimental feature now has the intersection operator ("&") higher
precedence than the other binary operators.
embed.fnc
embed.h
pod/perldelta.pod
pod/perlrecharclass.pod
proto.h
regcomp.c
t/re/regex_sets.t