An open API service indexing awesome lists of open source software.

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

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
```