pkg/ebnf -> pkg/exp/ebnf
cmd/ebnflint -> pkg/exp/ebnflint
R=golang-dev, r
CC=golang-dev
https://golang.org/cl/
5188042
8g\
8l\
cgo\
- ebnflint\
godoc\
gofix\
gofmt\
debug/elf\
debug/gosym\
debug/pe\
- ebnf\
encoding/ascii85\
encoding/base32\
encoding/base64\
encoding/pem\
exec\
exp/datafmt\
+ exp/ebnf\
+ exp/ebnflint\
exp/gui\
exp/gui/x11\
exp/norm\
websocket\
xml\
../cmd/cgo\
- ../cmd/ebnflint\
../cmd/godoc\
../cmd/gofix\
../cmd/gofmt\
crypto\
crypto/openpgp/error\
crypto/x509/pkix\
+ exp/ebnflint\
exp/gui\
exp/gui/x11\
exp/sql/driver\
testing\
testing/iotest\
../cmd/cgo\
- ../cmd/ebnflint\
../cmd/godoc\
../cmd/gotest\
../cmd/goyacc\
# Use of this source code is governed by a BSD-style
# license that can be found in the LICENSE file.
-include ../../Make.inc
+include ../../../Make.inc
-TARG=ebnf
+TARG=exp/ebnf
GOFILES=\
ebnf.go\
parser.go\
-include ../../Make.pkg
+include ../../../Make.pkg
# Use of this source code is governed by a BSD-style
# license that can be found in the LICENSE file.
-include ../../Make.inc
+include ../../../Make.inc
TARG=ebnflint
GOFILES=\
ebnflint.go\
-include ../../Make.cmd
+include ../../../Make.cmd
test: $(TARG)
$(TARG) -start="SourceFile" "$(GOROOT)"/doc/go_spec.html
import (
"bytes"
- "ebnf"
+ "exp/ebnf"
"flag"
"fmt"
"go/scanner"
GOMAXPROCS=10 gomake testshort
) || exit $?
-(xcd cmd/ebnflint
+(xcd pkg/exp/ebnflint
time gomake test
) || exit $?