Skip to content
This repository was archived by the owner on Feb 15, 2020. It is now read-only.
This repository was archived by the owner on Feb 15, 2020. It is now read-only.

Access inner variables #8

@Michael-K-GH

Description

@Michael-K-GH

Allow access of a previously-declared variable's child values in length specifiers and conditions.
Proposed syntax uses dot-notation:

struct MyStructType {
    some_value : Int;
}

...

some_struct : MyStructType;
an_array : Byte[some_struct.some_value];

if (some_struct.some_value == 7) { ... }

Metadata

Metadata

Assignees

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions