About the Go Ast Generator

The Go Ast Generator is a web service. It is based on Go PlayGround. The service receives a Go program, then returns Go Ast code for generating that source code.

There may be some bugs in this service. We will not be liable for any loss, damage or claim for compensation resulting from the use of this service. Please use this service at your own risk.

The article "Inside the Go Playground" describes how the playground is implemented. The source code is available at https://go.googlesource.com/playground.

The playground uses the latest stable release of Go.
The current version is go1.19.