gleam-lang / tree-sitter-gleam

🌳 A tree-sitter grammar for the Gleam programming language
Apache License 2.0
66 stars 13 forks source link

Reclassify let/use as statements #52

Closed the-mikedavis closed 1 year ago

the-mikedavis commented 1 year ago

Closes #51

I also included a change to rename _statement which was introduced back in https://github.com/gleam-lang/tree-sitter-gleam/pull/20. It looks like this is now referred to as ModuleStatement in the compiler (see here).