Skip to content

Commit

Permalink
Go 1.8 migrates goyacc to external.
Browse files Browse the repository at this point in the history
  • Loading branch information
corywalker committed Jan 13, 2017
1 parent 8fa3bbe commit ccc18dd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,13 @@ language: go
go:
- 1.6
- 1.7
- master

go_import_path: github.com/corywalker/expreduce

install:
- go get -d ./...
- go get golang.org/x/tools/cmd/goyacc
- go get github.com/cznic/golex
- go generate ./...
- go get ./...
Expand Down
2 changes: 1 addition & 1 deletion expreduce/cas.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//go:generate go tool yacc -p Calc -o interp.go interp.y
//go:generate goyacc -p Calc -o interp.go interp.y
//go:generate golex -o tokenizer.go tokenizer.l

package expreduce
Expand Down

0 comments on commit ccc18dd

Please sign in to comment.