]> Cypherpunks repositories - gostls13.git/commit
ebnf, ebnflint: move under exp
authorRobert Griesemer <gri@golang.org>
Wed, 12 Oct 2011 00:43:10 +0000 (17:43 -0700)
committerRobert Griesemer <gri@golang.org>
Wed, 12 Oct 2011 00:43:10 +0000 (17:43 -0700)
commite58a77809d5d31317f64bfc5b8a96e2fb093bae4
treefb62711a5af41a47f981952dcca454841b8caac5
parent9b8cdad8aa619beb3be7e912fcb23a76cb73e622
ebnf, ebnflint: move under exp

pkg/ebnf -> pkg/exp/ebnf
cmd/ebnflint -> pkg/exp/ebnflint

R=golang-dev, r
CC=golang-dev
https://golang.org/cl/5188042
src/cmd/Makefile
src/pkg/Makefile
src/pkg/exp/ebnf/Makefile [moved from src/pkg/ebnf/Makefile with 74% similarity]
src/pkg/exp/ebnf/ebnf.go [moved from src/pkg/ebnf/ebnf.go with 100% similarity]
src/pkg/exp/ebnf/ebnf_test.go [moved from src/pkg/ebnf/ebnf_test.go with 100% similarity]
src/pkg/exp/ebnf/parser.go [moved from src/pkg/ebnf/parser.go with 100% similarity]
src/pkg/exp/ebnflint/Makefile [moved from src/cmd/ebnflint/Makefile with 83% similarity]
src/pkg/exp/ebnflint/doc.go [moved from src/cmd/ebnflint/doc.go with 100% similarity]
src/pkg/exp/ebnflint/ebnflint.go [moved from src/cmd/ebnflint/ebnflint.go with 99% similarity]
src/run.bash