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

Allow different parsings of (a; b,) to compare equal #184

Merged
merged 1 commit into from
Jan 24, 2023

Conversation

c42f
Copy link
Member

@c42f c42f commented Jan 23, 2023

The reference parser sees (a; b,) as a block, but the trailing comma implies this should be a frakentuple. Allow this unusual syntax as a minor bug in the reference parser.

Part of #134

The reference parser sees `(a; b,)` as a block, but the trailing comma
implies this should be a frakentuple. Allow this unusual syntax as a
minor bug in the reference parser.
@c42f c42f merged commit 1988ddb into main Jan 24, 2023
@c42f c42f deleted the c42f/allow-block-vs-frakentuple branch January 24, 2023 04:56
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.

1 participant