https://github.com/influx6/astkit
Making your life easier working with Golang AST
https://github.com/influx6/astkit
ast ast-structures astkit gokit-astkit golang-ast
Last synced: 7 months ago
JSON representation
Making your life easier working with Golang AST
- Host: GitHub
- URL: https://github.com/influx6/astkit
- Owner: influx6
- Created: 2018-08-24T07:50:03.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2020-05-15T14:56:57.000Z (over 5 years ago)
- Last Synced: 2025-01-21T07:08:26.986Z (9 months ago)
- Topics: ast, ast-structures, astkit, gokit-astkit, golang-ast
- Language: Go
- Homepage:
- Size: 451 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
AstKit
---------
[](https://goreportcard.com/report/github.com/influx6/astkit)
[](https://travis-ci.org/influx6/astkit#)
[](http://godoc.org/github.com/influx6/astkit)
AstKit is a library built to help reduce the surface area required to work with the generated AST structures from the internal
Golang runtime [Ast](https://golang.org/pkg/go/ast), [Tokens](https://golang.org/pkg/go/tokens) and [Types](https://golang.org/pkg/go/types)
packages.### Install
```bash
go get -u github.com/influx6/astkit
```