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

feat: implement the <-> subscript alias operator #80

Merged
merged 9 commits into from
Jul 23, 2021

Conversation

ToddFincannon
Copy link
Collaborator

@ToddFincannon ToddFincannon commented Jul 10, 2021

Fixes #78

Implement the <-> subscript alias operator by adding a special case to the subscript factory function with an empty string instead of an index array. Copy the referenced subscript information once all subscripts are read,

@chrispcampbell chrispcampbell changed the title feat: implement the <-> subscript alias operator (#78) feat: implement the <-> subscript alias operator Jul 15, 2021
Base automatically changed from todd/77-get-direct-subscript to develop July 23, 2021 22:58
Copy link
Contributor

@chrispcampbell chrispcampbell left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Tests pass, looks good.

@chrispcampbell chrispcampbell linked an issue Jul 23, 2021 that may be closed by this pull request
@chrispcampbell chrispcampbell merged commit a43917f into develop Jul 23, 2021
@chrispcampbell chrispcampbell deleted the todd/78-subscript-alias branch July 23, 2021 23:44
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 subscript aliases
2 participants