/astkit

Making your life easier working with Golang AST

Primary LanguageGo

AstKit

Go Report Card Travis Build GoDoc

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, Tokens and Types packages.

Install

go get -u github.com/influx6/astkit

Docs