https://github.com/tmc/ssaview
ssaview live-renders the SSA representation of a go program
https://github.com/tmc/ssaview
Last synced: 6 months ago
JSON representation
ssaview live-renders the SSA representation of a go program
- Host: GitHub
- URL: https://github.com/tmc/ssaview
- Owner: tmc
- License: isc
- Created: 2013-10-20T02:58:23.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2015-11-06T14:39:13.000Z (over 10 years ago)
- Last Synced: 2025-01-22T06:15:46.067Z (over 1 year ago)
- Language: HTML
- Homepage:
- Size: 3.63 MB
- Stars: 69
- Watchers: 7
- Forks: 6
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
ssaview
-------
http://golang-ssaview.herokuapp.com/
ssaview is a small utlity that renders SSA code alongside input Go code
Runs via HTTP on :8080
License: ISC
```sh
$ go get github.com/tmc/ssaview
$ ssaview &
$ open http://localhost:8080/
```
Ideas for extension:
- [ ] proper fullscreen ui
- [ ] allow selection in one editor to highlight the associated code in the other
- [ ] include interpreter
Deploying:
On Heroku: Uses custom buildpack to preserve GOROOT:
```sh
$ heroku buildpacks:set https://github.com/tmc/heroku-buildpack-go.gi
```
Screenshot:
