Skip to content

Go bindings to tree-sitter using wazero

License

Notifications You must be signed in to change notification settings

malivvan/tree-sitter

Repository files navigation

tree-sitter Go Reference Release Go Report Card License

Go module github.com/malivvan/tree-sitter is a cgo-free tree-sitter wrapper.
It wraps a Wasm build of tree-sitter, and uses wazero as the runtime.

This is pre release software so expect bugs and potentially API breaking changes but each release will be tagged to avoid breaking people's code.

Installation

# go 1.23.4+
go get github.com/malivvan/tree-sitter@latest

Credits

License

This project is licensed under the MIT License.