package
0.0.0-20240416081548-73764879b03f
Repository: https://github.com/chennqqi/go-generate-examples.git
Documentation: pkg.go.dev

# README

goyacc example

doc

go install golang.org/x/tools/cmd/goyacc@latest
go generate
go build

difference between goyacc[modernc.org/goyacc] and goyacc ?

reference

https://github.com/golang/tools/tree/master/cmd/goyacc/testdata/expr https://blog.csdn.net/zksuperisaac/article/details/83557691