Show HN: I ported Tree-sitter to Go
odvcencio Wednesday, February 25, 2026This started as a hard requirement for my TUI-based editor application, it ended up going in a few different directions.
A suite of tools that help with semantic code entities: https://github.com/odvcencio/gts-suite
A next-gen version control system called Got: https://github.com/odvcencio/got
I think this has some pretty big potential! I think there's many classes of application (particularly legacy architecture) that can benefit from these kinds of analysis tooling. My next post will be about composing all these together, an exciting project I call GotHub. Thanks!
Summary
This repository provides a Go bindings for the Tree-sitter parsing library, allowing developers to create and manipulate syntax trees for programming languages. The library supports a wide range of programming languages and can be used for tasks such as code analysis, transformation, and highlighting.
154
62
Summary
github.com