No description
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2022-10-30 23:08:20 -04:00
src Remove old println! 2022-01-04 09:47:22 -05:00
.gitignore Initial commit 2022-01-04 00:26:18 -05:00
Cargo.lock Update to newer tree-sitter-gleam 2022-10-30 23:08:20 -04:00
Cargo.toml Initial commit 2022-01-04 00:26:18 -05:00
LICENSE Initial commit 2022-01-04 00:26:18 -05:00
README.md Initial commit 2022-01-04 00:26:18 -05:00

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