]> Cypherpunks repositories - gostls13.git/commit
cmd/yacc: remove Makefile and build expr using go generate
authorRob Pike <r@golang.org>
Sun, 24 Aug 2014 18:34:45 +0000 (11:34 -0700)
committerRob Pike <r@golang.org>
Sun, 24 Aug 2014 18:34:45 +0000 (11:34 -0700)
commit7dc25960b470fa34845d2c1257a9113a9133d7a4
treebe638ea8c0e5cc1796026765c59b752486f873b7
parent41fc05d02357b8681b7a5adfbaedf315328d309e
cmd/yacc: remove Makefile and build expr using go generate
It now serves as an example for go generate as well as for yacc.

NOTE: Depends on go generate, which is not yet checked in.
This is a proof of concept of the approach.
That is https://golang.org/cl/125580044.

LGTM=rsc
R=rsc
CC=golang-codereviews
https://golang.org/cl/125620044
src/cmd/yacc/Makefile [deleted file]
src/cmd/yacc/expr/README [new file with mode: 0644]
src/cmd/yacc/expr/expr.y [moved from src/cmd/yacc/expr.y with 96% similarity]
src/cmd/yacc/expr/main.go [new file with mode: 0644]