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

SIP-64 support #442

Merged
merged 6 commits into from
Dec 17, 2024
Merged

SIP-64 support #442

merged 6 commits into from
Dec 17, 2024

Conversation

eed3si9n
Copy link
Collaborator

@eed3si9n eed3si9n commented Dec 12, 2024

Fixes #440

Problem

Lots of syntactic changes introduced by SIP-64

Solution

This PR adds support for the changes, unless I missed something:

  1. givens using : instead of with
  2. naming context bound using as
  3. aggregate context bounds using { .... }
  4. conditional givens
  5. context bound for type members

@eed3si9n eed3si9n merged commit a9123ed into tree-sitter:master Dec 17, 2024
4 checks passed
@eed3si9n eed3si9n deleted the wip/sip-64-colon branch December 17, 2024 03: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.

SIP-64: Givens with colon
1 participant