Skip to content

Commit a1f34b2

Browse files
committed
Move to ast package
1 parent 0bfa031 commit a1f34b2

File tree

5 files changed

+7
-0
lines changed

5 files changed

+7
-0
lines changed
File renamed without changes.
File renamed without changes.
File renamed without changes.

ast/ast.go

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
// This file holds the go generate command to build Python-ast.go
2+
// To build it:
3+
// % go generate
4+
// % go build
5+
6+
//go:generate python3 asdl_go.py Python.asdl
7+
package ast
File renamed without changes.

0 commit comments

Comments
 (0)