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 parsing logic for field access #188

Merged
merged 2 commits into from
May 8, 2021
Merged

Conversation

CohenArthur
Copy link
Member

@CohenArthur CohenArthur commented May 8, 2021

Closes #152

@CohenArthur
Copy link
Member Author

CohenArthur commented May 8, 2021

This PR is missing the ability to assign to field accesses:

> type Point(x: int, y: int);
> mut p = Point { x = 14, y = 16 };
> p.x = 15;

But it should be split into two others -> #191

@CohenArthur CohenArthur merged commit a41b521 into master May 8, 2021
@CohenArthur CohenArthur deleted the field-access-parsing branch May 8, 2021 16:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Implement field accesses on custom types
1 participant