mirror of
https://github.com/J3RN/tree-sitter-gleam-rust-example
synced 2026-08-31 19:10:23 +00:00
No description
- Rust 100%
| Filename | Latest commit message | Latest commit date |
|---|---|---|
| src | ||
| .gitignore | ||
| Cargo.lock | ||
| Cargo.toml | ||
| LICENSE | ||
| README.md | ||
tree-sitter-gleam Rust example
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.
Getting Started
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