Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
ion
ion
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 94
    • Issues 94
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge Requests 2
    • Merge Requests 2
  • Operations
    • Operations
    • Incidents
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
  • redox-os
  • ionion
  • Issues
  • #470

Closed
Open
Opened Jul 26, 2017 by Michael Aaron Murphy@mmstickMaintainer

Multi-Dimensional Arrays?

Current proposed syntax, which should take advantage of the typed assignments feature.

$ let md_array:[[str]] = [[one two three][four five six][seven eight nine]]
$ echo md_array[0]
> one two three
$ echo mod_array[0][0]
> one

Roadmap

  1. Merge Key and Primitive types as a Key enum
  2. Make a new enum which holds data (and possible recursive inner types) for each Key enum variant
  3. Fix shell::assignment and other important modules to reflect changes

[Roadmap due to evolve as time progresses]

Edited Mar 15, 2019 by stratact
Assignee
Assign to
Ion Shell v1.0.0
Milestone
Ion Shell v1.0.0
Assign milestone
Time tracking
None
Due date
None
Reference: redox-os/ion#470