Skip to content

julien-lange/ssaview

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ssaview

ssaview is a small utlity that renders SSA code alongside input Go code, this is forked from https://github.com/tmc/ssaview (main difference is that it produces SSA for method bodies too)

Runs via HTTP on :8080

License: ISC

  $ go get github.com/julien-lange/ssaview
  $ ssaview &
  $ open http://localhost:8080/

About

ssaview live-renders the SSA representation of a go program

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 51.8%
  • HTML 48.2%