[Swift-devel] [Bug 117] New: multidimensional array support

bugzilla-daemon at mcs.anl.gov bugzilla-daemon at mcs.anl.gov
Thu Dec 13 07:37:17 CST 2007


http://bugzilla.mcs.anl.gov/swift/show_bug.cgi?id=117

           Summary: multidimensional array support
           Product: Swift
           Version: unspecified
          Platform: Macintosh
        OS/Version: Mac OS
            Status: NEW
          Severity: normal
          Priority: P2
         Component: SwiftScript language
        AssignedTo: benc at hawaga.org.uk
        ReportedBy: benc at hawaga.org.uk
                CC: swift-devel at ci.uchicago.edu


Add multidimensional array support (eg. be able to write  a[i][j])

The main thing that needs to happen here is type system reworking, which isn't
expressive enough at the moment. A small change (actually a simplification) in
the parser allows multiple array access operators ( these -> []) in a row and
lots of stuff related to mulidimensional arrays already works in that case
(though not everything).


-- 
Configure bugmail: http://bugzilla.mcs.anl.gov/swift/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.



More information about the Swift-devel mailing list