https://github.com/j3rn/tree-sitter-gleam-rust-example
An example Rust application using tree-sitter-gleam
https://github.com/j3rn/tree-sitter-gleam-rust-example
Last synced: 22 days ago
JSON representation
An example Rust application using tree-sitter-gleam
- Host: GitHub
- URL: https://github.com/j3rn/tree-sitter-gleam-rust-example
- Owner: J3RN
- License: apache-2.0
- Created: 2022-01-04T05:07:15.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-10-31T03:08:40.000Z (almost 4 years ago)
- Last Synced: 2025-02-07T09:13:10.674Z (over 1 year ago)
- Language: Rust
- Size: 7.81 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
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.
[Gleam]: https://gleam.run/
[tree-sitter-gleam]: https://github.com/J3RN/tree-sitter-gleam
Getting Started
---------------
First, clone the project:
```bash
$ 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:
```bash
$ cargo run
```