Branch: refs/heads/leonerd/feature-try
Home: https://github.com/Perl/perl5
Commit: a1325b902d57aa7a99bed3d2ec0fa5ce42836207
https://github.com/Perl/perl5/commit/a1325b902d57aa7a99bed3d2ec0fa5ce42836207
Author: Paul "LeoNerd" Evans <[email protected]>
Date: 2021-02-04 (Thu, 04 Feb 2021)
Changed paths:
M MANIFEST
M cop.h
M ext/Opcode/Opcode.pm
M feature.h
M gv.c
M keywords.c
M keywords.h
M lib/B/Deparse-core.t
M lib/B/Deparse.pm
M lib/B/Op_private.pm
M lib/feature.pm
M lib/warnings.pm
M op.c
M op.h
M opcode.h
M opnames.h
M perly.act
M perly.h
M perly.tab
M perly.y
M pod/perldelta.pod
M pod/perldiag.pod
M pod/perlsyn.pod
M pp_ctl.c
M pp_proto.h
M regen/feature.pl
M regen/keywords.pl
M regen/opcodes
M regen/warnings.pl
M t/op/coreamp.t
M t/op/coresubs.t
A t/op/try.t
M toke.c
M warnings.h
Log Message:
-----------
Initial attempt at feature 'try'
* Add feature, experimental warning, keyword
* Basic parsing
* Basic implementation as optree fragment
See also
https://github.com/Perl/perl5/issues/18504