tree-sitter-gdscript
tree-sitter-gdscript copied to clipboard
Variable statements with setassigns but no getassigns do not parse co…
…rrectly #28
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.
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!
Totes! Will do this week most likely.
Thanks again. Have a good one!