Show HN: I ported Tree-sitter to Go
Source: Hacker News
Overview
This started as a hard requirement for my TUI‑based editor application, but it ended up going in a few different directions.
Tools
- 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! There are many classes of applications (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!