You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@savq is this something you can have a look at or give some pointers? Increasingly more and more code use this pattern now that the Julia LTS release support it.
savq
linked a pull request
Feb 18, 2025
that will
close
this issue
Did you check existing issues?
Tree-Sitter CLI Version, if relevant (output of
tree-sitter --version
)No response
Describe the bug
Error parsing
const
fields in amutable struct
Steps To Reproduce/Bad Parse Tree
Source:
Tree:
Expected Behavior/Parse Tree
Should probably be parsed as
(const_statement (typed_expression))
?Repro
No response
The text was updated successfully, but these errors were encountered: