Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ASTDumper ¶
type ASTDumper struct {
// contains filtered or unexported fields
}
ASTDumper dumps AST structures to a writer
func NewASTDumper ¶
NewASTDumper creates a new AST dumper that writes to the given writer
func NewStdoutASTDumper ¶
func NewStdoutASTDumper() *ASTDumper
NewStdoutASTDumper creates a new AST dumper that writes to stdout
Click to show internal directories.
Click to hide internal directories.