Skip to content

The Go SSA Playground: A web service for exploring Go's SSA intermediate representation.

License

Notifications You must be signed in to change notification settings

ttys3/ssaplayground

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Go SSA Playground

https://changkun.de/gossa

A tool for exploring go ssa intermediate representation.

Deployment

There are two approaches to use the SSA Playground: native execution or Docker-based deployment.

To execute natively, you can just use:

$ make

If you have Docker, then you can use:

$ make docker # build the docker image
$ make run    # run/update for latest image

Then access http://localhost:6789/gossa.

Contribution

We would love to hear your feedback. Submit an issue to tell bugs or feature requests.

License

GNU GPLv3 © Changkun Ou

About

The Go SSA Playground: A web service for exploring Go's SSA intermediate representation.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 42.5%
  • JavaScript 28.7%
  • CSS 13.6%
  • HTML 11.2%
  • Makefile 2.9%
  • Dockerfile 1.1%