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.
vinodhalaharvi•4h ago
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.