-
-
Notifications
You must be signed in to change notification settings - Fork 14
Open
Labels
TODOA planned additionA planned additionfeatureA useful additionA useful additionwaiting on somethingNo progress can be made at the current timeNo progress can be made at the current time
Description
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 declarationTable assignTable access- add/remove
- length
- concat?
- type specifier
Metadata
Metadata
Assignees
Labels
TODOA planned additionA planned additionfeatureA useful additionA useful additionwaiting on somethingNo progress can be made at the current timeNo progress can be made at the current time