astextract

This tool converts Go code into its go/ast representation, using WebAssembly.

Paste go code (either a single ast.Expr or a whole file) on the left and the equivalent go/ast representation will be generated on the right.

astextract on Github | go/ast documentation | Created by lu4p | Created with go-app