Skip to content

Add arrays & tables to the scripts #155

@Ratstail91

Description

@Ratstail91

Arrays are an essential data structure, and are used internally in several places as well.

While they are partially working at this stage, some elements are missing:

  • Assigning to specific elements
  • Accessing the length of an array
  • Pushing and popping an array
  • slicing an array
  • concating arrrays
  • array type specifier

Dictionaries, the other major data structure, are working internally, but they need to be exposed to the scripts.

  • Table declaration
  • Table assign
  • Table access
  • add/remove
  • length
  • concat?
  • type specifier

Metadata

Metadata

Assignees

No one assigned

    Labels

    TODOA planned additionfeatureA useful additionwaiting on somethingNo progress can be made at the current time

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions