-
-
Notifications
You must be signed in to change notification settings - Fork 91
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
Tree-Sitter Grammar updates to make #5321
Comments
I think this should include 'module declaration' too. For now, in the same nested way that we define modules with the F#-friendly parser. |
StachuDotNet
changed the title
Grammar updates to make
Tree-Sitter Grammar updates to make
Mar 27, 2024
This was referenced Mar 28, 2024
This was referenced May 2, 2024
Merged
This was referenced May 10, 2024
This was referenced May 28, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We are implementing a new parser written in Darklang. This issue gathers the grammar updates that need to be done to match more of our full language.
Expressions:
'a '
shouldn't be ignored, and the test should failif
statement with anelse
whose root expression is also anif
then
expression within an inline if/else expressionType references:
Match pattern:
Source file:
Other:
The text was updated successfully, but these errors were encountered: