tree-sitter-goal

Crates.iotree-sitter-goal
lib.rstree-sitter-goal
version0.1.4
created_at2025-10-09 02:12:13.53103+00
updated_at2025-10-26 22:45:16.17738+00
descriptionGoal grammar for tree-sitter
homepage
repositoryhttps://github.com/wrnrlr/tree-sitter-goal
max_upload_size
id1874823
size180,189
(wrnrlr)

documentation

README

Tree-sitter Grammar for Goal

A Tree-sitter grammar for the Goal array programming language.

Editor Integration

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.7
gh release create v0.0.7 --title "Release v0.0.7" --notes ""
Commit count: 0

cargo fmt