Inline list constants
authorFather Chrysostomos <sprout@cpan.org>
Sun, 30 Jun 2013 07:20:33 +0000 (00:20 -0700)
committerFather Chrysostomos <sprout@cpan.org>
Fri, 26 Jul 2013 06:48:02 +0000 (23:48 -0700)
commitf815dc14d7c5540dfb5d02d001e0101c6266f281
treeeb687c5d627e4bee3aaacc3678bb570ac04e26ad
parent15635cbfaf61c4ea7f360fd74037b2f34a1fe3b7
Inline list constants

These are inlined the same way as 1..5.  We have two ops:

  rv2av
    |
    `-- const

The const op returns an AV, which is stored in the op tree, and then
rv2av flattens it.
embed.fnc
embed.h
op.c
proto.h
toke.c