1
0
mirror of https://github.com/golang/go synced 2024-11-05 14:56:10 -07:00
go/cmd/goyacc
Rob Pike e2be0f7276 cmd/goyacc: include arguments in DO NOT EDIT marker
A follow-on to CL122095, which normalized the marker but
did not include the arguments.

Output now looks like this:

	// Code generated by goyacc -o expr.go -p expr expr.y. DO NOT EDIT.

Change-Id: I20577ea90943516f45478d778353b5bd2f485dfa
Reviewed-on: https://go-review.googlesource.com/122540
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
2018-07-09 04:37:16 +00:00
..
testdata/expr cmd/goyacc: move go tool yacc from the go repo 2016-08-18 15:37:45 +00:00
doc.go cmd/goyacc: move go tool yacc from the go repo 2016-08-18 15:37:45 +00:00
yacc.go cmd/goyacc: include arguments in DO NOT EDIT marker 2018-07-09 04:37:16 +00:00