Skip to content

Instantly share code, notes, and snippets.

@tlightsky
Created May 17, 2019 03:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tlightsky/9a163e59b6f3b05dbac8fc6b459a43c0 to your computer and use it in GitHub Desktop.
Save tlightsky/9a163e59b6f3b05dbac8fc6b459a43c0 to your computer and use it in GitHub Desktop.
install goyacc
go get -u golang.org/x/tools/cmd/goyacc
@PeterlitsZo
Copy link

please, do you kown how to run the tool?

@tlightsky
Copy link
Author

@PeterlitsZo
Copy link

I mean the usage... sorry...
I try to use yacc, go tool yacc or go tool goyacc but none is worded, so i push my issue under the github page of yacc, they tell me that I can try goyacc... now it work (after I change the PATH)

Thanks.

@michaeljs1990
Copy link

michaeljs1990 commented Jan 30, 2022

The proper command is now go install golang.org/x/tools/cmd/goyacc@master if you want to make this available in your go bin path.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment