Skip to content

Commit 228e63a

Browse files
committed
parser: Update from go tool yacc into goyacc
Since Go 1.8 removed the go tool yacc command, we should update it to use goyacc
1 parent ed3c651 commit 228e63a

File tree

3 files changed

+1434
-1015
lines changed

3 files changed

+1434
-1015
lines changed

parser/parser.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@
77
// % go generate
88
// % go build
99

10-
//go:generate go tool yacc -v y.output grammar.y
10+
//go:generate goyacc -v y.output grammar.y
1111
package parser

0 commit comments

Comments
 (0)