Front page | perl.perl6.internals |
Postings from January 2002
[COMMIT] PerlArray fixes
Thread Next
From:
Jeff G
Date:
January 29, 2002 19:25
Subject:
[COMMIT] PerlArray fixes
Message ID:
3C576597.3F9E10BA@speakeasy.net
PerlArray was previously unable to use negative indices to do anything
but access integer values. This has now been fixed to let you use
negative indices to access all basic types and alter basic types.
The next step is threefold:
1 - Unify (get_integer_index, get_number_index, get_string_index) into
get_index
2 - Add the PMC type to the array and hash indices
3 - Change the assembler syntax for array and hash indices to look like
P0[-7] and P5["foo"]
--
Jeff <jgoff@speakeasy.net>
Thread Next
-
[COMMIT] PerlArray fixes
by Jeff G