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
I noticed that when I inspect the s-expression view of tree-sitter parse, before a top-level struct and before each field in a struct I see the tag "alias". For the following input file, I see the output that follows:
What do the "alias:" lines mean there on the first and third lines? Is that tree-sitter indicating that an optional identifier and following = character are acceptable there but absent?
The text was updated successfully, but these errors were encountered:
I noticed that when I inspect the s-expression view of tree-sitter parse, before a top-level struct and before each field in a struct I see the tag "alias". For the following input file, I see the output that follows:
What do the "alias:" lines mean there on the first and third lines? Is that tree-sitter indicating that an optional identifier and following
=
character are acceptable there but absent?The text was updated successfully, but these errors were encountered: