tmc / ssaviewLinks
ssaview live-renders the SSA representation of a go program
☆70Updated 10 years ago
Alternatives and similar repositories for ssaview
Users that are interested in ssaview are comparing it to the libraries listed below
Sorting:
- Go tool to walk & rewrite AST☆171Updated 6 years ago
- Simple expression evaluator in golang for learning lexers, parsers, ast's and interpreters.☆51Updated 6 years ago
- Miscellaneous Go toys☆134Updated 6 years ago
- Kaburaya optimize the number of goroutines by feedback control.☆105Updated 6 years ago
- Fast Go standard library-compatible Unicode functionality.☆58Updated 7 years ago
- A C interpreter in Go☆122Updated 7 years ago
- scopelint checks for unpinned variables in go programs☆115Updated 4 years ago
- Know when GC runs from inside your golang code☆189Updated 3 years ago
- Benchstat computes and compares statistics about benchmarks.☆142Updated 7 years ago
- Fixes simple parse errors automatically. Works great in combination with goimports.☆86Updated 6 years ago
- An assortment of more specialized math routines for Go☆77Updated last year
- Analyzer: helps uncover bugs by reporting a diagnostic for mistakes of *sql.Rows usage.☆91Updated 2 years ago
- Analyze the binary outputted by `go build` to get type information etc.☆18Updated 4 years ago
- ☆101Updated last year
- HTTP server for a custom 'go get' domain☆122Updated 2 years ago
- Linter for errors.Is and errors.As☆46Updated 6 years ago
- Object file abstractions in Go☆31Updated last year
- strace for go☆79Updated 8 years ago
- Tools to process Go trace logs into various profiles. Complement for "go tool trace".☆109Updated 8 years ago
- Go-interpreter Project Design Documents☆57Updated 7 years ago
- Visualization of Golang benchmark output using Google charts☆85Updated 5 years ago
- Package errd simplifies error and defer handling.☆153Updated 6 years ago
- Fast parallel version of golang filepath.Walk()☆85Updated 9 years ago
- Templates, generics engine for Go☆136Updated 7 years ago
- A library of some of the utility functions provided by (but not exported) by cmd/go☆60Updated 7 years ago
- Diff(1)☆89Updated 6 years ago
- [CLOSED] Web tool for interactive playing with Golang struct sizes.☆52Updated 5 years ago
- dogsled is a Go static analysis tool to find assignments/declarations with too many blank identifiers.☆73Updated last year
- nargs is a Go static analysis tool to find unused arguments in function declarations.