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 95
    • Issues 95
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge Requests 3
    • Merge Requests 3
  • 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
  • #779

Closed
Open
Opened Jun 17, 2018 by Michael Aaron Murphy@mmstickMaintainer

Supported Types For Type-Checking

We should evaluate and expand upon our current set of supported types. Here's a basic set of what we could support:

  • [T]: an array of like-values
  • str: a string -- the default type
  • bool: either 1 or 0
  • float: a generic decimal of any size
  • int: a generic integer of any size, which may be negative
  • i32: 32-bit int
  • i64: 64-bit int
  • i128: 128-bit int
  • uint: a generic integer of any size, which may not be negative
  • u32: 32-bit uint
  • u64: 64-bit uint
  • u128: 128-bit uint
Edited Mar 23, 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#779