J3RN / tree-sitter-gleam-rust-example

An example Rust application using tree-sitter-gleam

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

An example Rust application using tree-sitter-gleam

License:Apache License 2.0


Languages

Language:Rust 100.0%