Skip to content

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

Merged
chrispcampbell merged 9 commits into
developfrom
todd/78-subscript-alias
Jul 23, 2021
Merged

feat: implement the <-> subscript alias operator#80
chrispcampbell merged 9 commits into
developfrom
todd/78-subscript-alias

Conversation

@ToddFincannon
Copy link
Copy Markdown
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
Copy Markdown
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