Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 748 Bytes

readme.md

File metadata and controls

17 lines (13 loc) · 748 Bytes

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