Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/yuroyoro/Goast-viewer

Golang AST visualizer
https://github.com/yuroyoro/Goast-viewer

Last synced: about 2 months ago
JSON representation

Golang AST visualizer

Awesome Lists containing this project

README

        

GoAst Viewer
================================================================

Golang AST visualizer.

## Demo

[GoAst Viewer Demo](https://yuroyoro.github.io/goast-viewer/index.html)

![](https://raw.githubusercontent.com/yuroyoro/goast-viewer/master/goast-viewer.png)

## 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`.

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

## Authors

- [yuroyoro](https://github.com/yuroyoro)
- [paulvollmer](https://github.com/paulvollmer)