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

val defn with ids #254

Merged
merged 2 commits into from
May 28, 2023
Merged

val defn with ids #254

merged 2 commits into from
May 28, 2023

Conversation

eed3si9n
Copy link
Collaborator

Fixes #253

Problem

val definitions with multiple identifiers are not supported.

Solution

This implements identifiers, which acts like a pattern.

Problem
-------
`val` definitions with multiple identifiers are not supported.

Solution
--------
This implements `identifiers`, which acts like a pattern.
Copy link
Collaborator

@ckipp01 ckipp01 left a comment

Choose a reason for hiding this comment

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

Looks good, LGTM!

@ckipp01 ckipp01 merged commit bc1a02d into tree-sitter:master May 28, 2023
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.

Pattern declaration/definition of val/var
2 participants