cc:  [email protected]
Subject: Re: Re: [ast-developers] Parse error in type definition
--------

> Hm, there still appears to be a glitch in the parser, as
> 
>    typeset -T A_t=(
>      integer -a arr
> 
>      function f
>      {
>          (( _.arr[0] = 0 ))
>          print ${_.arr[*]}
>      }
>    )
> 
>    A_t x
> 

Yes, it is a parser bug but not related to typeset -T.
        (( _.arr[0] = 0 ))
by itself fails to parse correctly.  This will be fixed in the next
update.

David Korn
[EMAIL PROTECTED]
_______________________________________________
ast-developers mailing list
[email protected]
https://mailman.research.att.com/mailman/listinfo/ast-developers

Reply via email to