Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 587 Bytes

README.md

File metadata and controls

23 lines (18 loc) · 587 Bytes

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