This is a very basic Rust application that parses a static line of Gleam code using tree-sitter-gleam. It can be used as a starting point for your project that needs to parse some Gleam code.
First, clone the project:
$ git clone git@github.com/J3RN/tree-sitter-gleam-rust-example
$ cd tree-sitter-gleam-rust-example
Then you can run the project like so:
$ cargo run