Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yuroyoro/goast-viewer
Golang AST visualizer
https://github.com/yuroyoro/goast-viewer
Last synced: 3 months ago
JSON representation
Golang AST visualizer
- Host: GitHub
- URL: https://github.com/yuroyoro/goast-viewer
- Owner: yuroyoro
- License: mit
- Created: 2014-06-30T11:09:01.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2023-11-30T06:58:38.000Z (11 months ago)
- Last Synced: 2024-07-31T01:30:17.289Z (3 months ago)
- Language: JavaScript
- Homepage:
- Size: 1.04 MB
- Stars: 764
- Watchers: 18
- Forks: 66
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-list - goast-viewer
- awesome-go - goast-viewer - Golang AST visualizer - ★ 306 (Code Analysis)
- awesome-go-extra - goast-viewer - 06-30T11:09:01Z|2022-05-24T14:42:29Z| (Code Analysis / Routers)
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)