Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement arrays for the backend #63

Closed
Dandigit opened this issue Mar 13, 2020 · 1 comment
Closed

Implement arrays for the backend #63

Dandigit opened this issue Mar 13, 2020 · 1 comment
Labels
compliance Necessary to ensure compliance with the spec. enhancement New feature or request

Comments

@Dandigit
Copy link
Member

Arrays parse and analyse just fine, but right now, when you create or subscript an array, you get a compilation error:

[line 1] Error at '[':
    [1, 2, 3, 4, 5]
    ^
Not implemented.

I'd now like to resolve this by implementing array literals, array subscription and array assignment in the compiler and VM.

@Dandigit Dandigit added compliance Necessary to ensure compliance with the spec. enhancement New feature or request labels Mar 13, 2020
@Dandigit
Copy link
Member Author

Resolved in #65.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
compliance Necessary to ensure compliance with the spec. enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant