Re: [Pugs] Simple list of lists: Pugs confounded me

2005-04-08 Thread Autrijus Tang
On Fri, Apr 08, 2005 at 09:22:27AM -0400, Stevan Little wrote: > Multi-dimensional structures are currently not supported in Pugs. But > never fear, Autrijus is working on them right now actually. He is in > the process of refactoring some of the Array and Hash types (in > Haskell) to support this.

Re: [Pugs] Simple list of lists: Pugs confounded me

2005-04-08 Thread Stevan Little
Andrew, Multi-dimensional structures are currently not supported in Pugs. But never fear, Autrijus is working on them right now actually. He is in the process of refactoring some of the Array and Hash types (in Haskell) to support this. What you are seeing in this example: my @z = ( [ 'a1',