This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
index/value array slice operation
authorRuslan Zakirov <ruz@bestpractical.com>
Sat, 2 Mar 2013 12:57:41 +0000 (16:57 +0400)
committerFather Chrysostomos <sprout@cpan.org>
Fri, 13 Sep 2013 08:25:34 +0000 (01:25 -0700)
commit6dd3e0f2449b60948d1ae2a8377afcea1fb88000
tree7bb1d7d0fa55961d739a7b240953b5805d0fb866
parentace8699dea8a8f004662f49f5587ba134fee9da1
index/value array slice operation

kvaslice operator that imlements %a[0,2,4] syntax which
result in list of index/value pairs. Implemented in
consistency with "key/value hash slice" operator.
12 files changed:
dist/B-Deparse/Deparse.pm
op.c
opcode.h
opnames.h
perly.act
perly.h
perly.tab
perly.y
pp.c
pp_proto.h
regen/opcodes
toke.c