Branch: refs/heads/blead
Home: https://github.com/Perl/perl5
Commit: d6e802ac91218e636dd18a9be0e1bf9b8bc40abe
https://github.com/Perl/perl5/commit/d6e802ac91218e636dd18a9be0e1bf9b8bc40abe
Author: Martijn Lievaart <[email protected]>
Date: 2024-02-29 (Thu, 29 Feb 2024)
Changed paths:
M perly.act
M perly.h
M perly.tab
M perly.y
M pod/perlop.pod
M t/op/lop.t
M toke.c
Log Message:
-----------
Create a new logical xor operator, spelled `^^`
Previously, the low-precedence `xor` operator did not have a
higher-precedence logical variant, as compared `or` vs `||` and
`and` vs `&&`. This PR adds such an operator syntax, completing the
set.
To unsubscribe from these emails, change your notification settings at
https://github.com/Perl/perl5/settings/notifications