We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 904ca07 commit ccfbbf6Copy full SHA for ccfbbf6
parser/parser.go
@@ -0,0 +1,7 @@
1
+// This file holds the go generate command to run yacc on the grammar in grammar.y.
2
+// To build y.go:
3
+// % go generate
4
+// % go build
5
+
6
+//go:generate go tool yacc -v y.output grammar.y
7
+package parser
0 commit comments