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

Add array operations #34

Closed
RobinKa opened this issue Mar 16, 2019 · 2 comments
Closed

Add array operations #34

RobinKa opened this issue Mar 16, 2019 · 2 comments

Comments

@RobinKa
Copy link
Owner

RobinKa commented Mar 16, 2019

Creating arrays, getting their elements

@RobinKa
Copy link
Owner Author

RobinKa commented Mar 17, 2019

Added MakeArrayNode in 63ca35d

Now the main thing missing is the indexing of arrays (both set and get). This is currently a property which we can even display (this[]) with a getter / setter that take 1 extra parameter.

@RobinKa
Copy link
Owner Author

RobinKa commented Mar 17, 2019

Added indexers in 4a921f0 (not inferring type for them yet).

@RobinKa RobinKa closed this as completed Mar 17, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant