tree-sitter-gdscript icon indicating copy to clipboard operation
tree-sitter-gdscript copied to clipboard

Variable statements with setassigns but no getassigns do not parse co…

Open to-json opened this issue 8 months ago • 3 comments

…rrectly #28

Issue

This adds optional to the setassign and getassign pair so that either may be used individually rather than needing to be used in pairs in order to parse. A fuzz test and an example are included, and generate has been run.

to-json avatar Mar 22 '25 14:03 to-json

Awesome, thank you for catching and fixing this.

Can you prefix the latest commit message with fix(#28): and move the tree sitter generate step to its own commit?

Thank you!

PrestonKnopp avatar Mar 27 '25 18:03 PrestonKnopp

Totes! Will do this week most likely.

to-json avatar Mar 31 '25 21:03 to-json

Thanks again. Have a good one!

PrestonKnopp avatar Apr 29 '25 16:04 PrestonKnopp