Skip to content

fingtips/goast-viewer

 
 

Repository files navigation

GoAst Viewer

Golang AST visualizer.

Demo

GoAst Viewer Demo

Usage

You just need to run a http server and open your browser to index.html

Installation

To install, use go get and make install.

$ go get -d github.com/yuroyoro/goast-viewer
$ cd $GOPATH/src/github.com/yuroyoro/goast-viewer
$ make build

Authors

About

Golang AST visualizer

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 61.6%
  • HTML 15.9%
  • Go 14.8%
  • CSS 7.5%
  • Makefile 0.2%