]> Cypherpunks repositories - gostls13.git/commit
cmd/yacc: replace units example with simpler expr example
authorIan Lance Taylor <iant@golang.org>
Wed, 11 Sep 2013 16:01:47 +0000 (09:01 -0700)
committerIan Lance Taylor <iant@golang.org>
Wed, 11 Sep 2013 16:01:47 +0000 (09:01 -0700)
commitfdaf88ea5b7a3bc937e68875d55b5741ecb2f092
treee6877e69741a1ddeec0f26d250c851e41eb67339
parentab38e2a498f432fc33dc1f91815756cf2c56af72
cmd/yacc: replace units example with simpler expr example

The units example is nice but is covered by the Lucent
license, which may be a concern for some people making a
commercial source code distribution of Go.

R=golang-dev, r
CC=golang-dev
https://golang.org/cl/13283045
src/cmd/yacc/Makefile
src/cmd/yacc/doc.go
src/cmd/yacc/expr.y [new file with mode: 0644]
src/cmd/yacc/units.txt [deleted file]
src/cmd/yacc/units.y [deleted file]