Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: [PATCH 1/3] Extended ksh compatibility: namespace parameter syntax



On Sun, Mar 5, 2023 at 1:57 AM Sebastian Gniazdowski
<sgniazdowski@xxxxxxxxx> wrote:
>
> I wonder, how far is this from supporting a nested arrays? Like arr[2][3] or assoc[a][c]?

It's exactly as far as it has always been.  Zsh's internal
implementation of indexed arrays does not support
pointers-to-pointers, and associative arrays have always had most of
the plumbing for that but not what might be called the contextual
clues.  None of what's in these patches gets any closer to refactoring
for either case.




Messages sorted by: Reverse Date, Date, Thread, Author