Parsing 11 languages in pure Go without CGO: how I replaced regex with a tree-sitter runtime
18h ago · 6 min read · I had a problem. I was building a codebase indexer that needed to extract imports, exports, and type definitions from source files across multiple languages. The obvious approach was regex. I wrote re
Join discussion
