GoAst Viewer

May 30, 2019 ยท View on GitHub

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

  • yuroyoro
  • paulvollmer

Contents

  1. 1Demo
  2. 2Usage
  3. 3Installation
  4. 4Authors