Skip to content

Add Arrays #12

@Coding-Cactus

Description

@Coding-Cactus

Arrays should be fixed length and type and should be formed by the following:

my_array <-var <dec>-< < 1 | 2 | 3 | 4 | 5 > <~~ Assignment

my_array@0     <~~ 1
my_array@-1    <~~ 5
my_array@2..4  <~~ <dec>< 3 | 4 | 5 >
my_array@0...3 <~~ <dec>< 1 | 2 | 3 >

dec< 1 | 2 | 3 | 4 | 5 > <~~ Literal

<dec>< dec< 1 | 2 | 3 | 4 | 5 > | dec< 1 | 2 | 3 | 4 | 5 > | dec< 1 | 2 | 3 | 4 | 5 > > <~~ array of dec arrays

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions