We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Could you make a makefile like:
all: go tool yacc -p Calc -o simple/calc.go simple/calc.y go fmt go build simple test: go test clean: rm -rf simple/calc.go
Which will give an example of how to actually do this?
Also could you structure the project in the proper sturcture?
Othewise, THANKS!
The text was updated successfully, but these errors were encountered:
Same as @gaffo said please add MakeFile or README
Sorry, something went wrong.
You saved me with your command: go tool yacc -p Calc -o simple/calc.go simple/calc.y
go tool yacc -p Calc -o simple/calc.go simple/calc.y
Was building calc.go, but throwing errors about CalcSymType.
No branches or pull requests
Could you make a makefile like:
Which will give an example of how to actually do this?
Also could you structure the project in the proper sturcture?
Othewise, THANKS!
The text was updated successfully, but these errors were encountered: