I built a free tool that extracts Go code semantically for LLM context

by vinodhalaharvi- vinodhalaharvi.github.io

Source

Just shipped: Pure Go Prism

Modern codebases are tens of thousands of lines. You can't send all that to an LLM.

Pure Go Prism uses Go's real AST parser (go/ast) compiled to WebAssembly. Real semantic parsing - extracts functions, structs, interfaces with signatures and docs.