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

Fix parsing issues with multi-index IndexedSet and IndexedGet #1050

Merged
merged 2 commits into from
Jan 31, 2024

Conversation

TwitchBronBron
Copy link
Member

@TwitchBronBron TwitchBronBron commented Jan 31, 2024

Fixes parsing and transpile issues with mutli-index IndexedGetExpression and IndexedSetStatement.

The solution is a little "icky", because we can't break backwards compatability, so I had to add additionalIndexes to the two AST node types. In v1, we should merge those into a single .indexes prop on the nodes instead.

Fixes #1048

image

@TwitchBronBron TwitchBronBron merged commit 197a233 into master Jan 31, 2024
6 checks passed
@TwitchBronBron TwitchBronBron deleted the multi-index-indexed-set branch January 31, 2024 21:21
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.

Support multi-dimensional array comma access syntax
1 participant