File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -91,8 +91,8 @@ https://github.com/udhos/basgo/releases
91
91
The recipe below will install 'basgo-build' under "~ /go/bin".
92
92
93
93
# if you don't have goyacc yet
94
- go get -d modernc.org/goyacc ;# if Go < 1.17
95
- go install modernc.org/goyacc ;# if Go >= 1.17
94
+ go get -d modernc.org/goyacc ;# if Go < 1.17
95
+ go install modernc.org/goyacc@latest ;# if Go >= 1.17
96
96
97
97
git clone https://github.com/udhos/basgo
98
98
cd basgo
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ build() {
20
20
}
21
21
22
22
# go get golang.org/x/tools/cmd/goyacc
23
- go install modernc.org/goyacc ; # supports %precedence
23
+ go install modernc.org/goyacc@latest ; # supports %precedence
24
24
# goyacc -o ./basparser/parser.go -p Input ./basparser/parser.y
25
25
go generate ./basparser ; # see ./basparser/generate.go
26
26
You can’t perform that action at this time.
0 commit comments