Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 1.26 KB

README.md

File metadata and controls

21 lines (15 loc) · 1.26 KB

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.