tree-sitter-goal
v0.1.4
Published
Goal grammar for tree-sitter
Maintainers
Readme
Tree-sitter Grammar for Goal
A Tree-sitter grammar for the Goal array programming language.
Editor Integration
- Zed: zed-goal
Language Bindings
- Node:
npm i tree-sitter-goal - Rust:
cargo add tree-sitter-goal - Go:
go get github.com/wrnrlr/tree-sitter-goal
Dev Tips
- Generate code:
tree-sitter generate - Run tests:
tree-sitter test - Parse file:
tree-sitter parse
Release Instructions
Bump version in package.json and Cargo.toml.
git commit -am v0.0.7
git tag v0.0.7
git push origin main
git push origin v0.0.7gh release create v0.0.7 --title "Release v0.0.7" --notes ""