Skip to content

Commit e36e772

Browse files
author
udhos
committed
Install goyacc.
1 parent 599abf5 commit e36e772

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ build() {
2020
}
2121

2222
#go get golang.org/x/tools/cmd/goyacc
23-
go get -d modernc.org/goyacc ;# supports %precedence
23+
go install modernc.org/goyacc ;# supports %precedence
2424
#goyacc -o ./basparser/parser.go -p Input ./basparser/parser.y
2525
go generate ./basparser ;# see ./basparser/generate.go
2626

0 commit comments

Comments
 (0)