On Dec 16, 2005, at 15:54, Audrey Tang (autrijus) wrote:
On a somewhat related note, I'd very much like the ability for two
LexInfo names to point to the same underlying register, as it would
make
certain Perl6isms easier ($!foo vs $foo, for example).
Leo explained on #parrot a while ago that there's nothing
architecturally forbidding it,
So it *was*. Implemented in r10562.
.lex 'a', $P0
.lex 'b', $P0
is now supported, both names share the same register of course.
Thanks for reminding me on that ;-)
leo