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

parse indexers #26

Closed
degory opened this issue Jul 15, 2017 · 0 comments
Closed

parse indexers #26

degory opened this issue Jul 15, 2017 · 0 comments
Assignees

Comments

@degory
Copy link
Owner

degory commented Jul 15, 2017

support parsing readable and assignable indexers

class INDEXABLE is
    elements: int[];

    [index: int]: int
        => elements[index],
        = value is
            elements[index] = value;
        si
si
@degory degory self-assigned this Jul 15, 2017
@degory degory added this to the bootstrap milestone Jul 15, 2017
degory added a commit that referenced this issue Jul 23, 2017
@degory degory closed this as completed Jul 27, 2017
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