1
0
mirror of https://github.com/golang/go synced 2024-10-03 16:41:28 -06:00
go/usr/gri/pretty/ast.txt

14 lines
170 B
Plaintext
Raw Normal View History

// TODO prefix decl doesn't work
//ast .
ast.Ident =
Value .
ast.Program =
"package " Name "\n" { Decls "\n\n" } .
ast.GenDecl =
"def " .
ast.FuncDecl =
"func " .