use kinako instead of anko

This commit is contained in:
Yasuhiro Matsumoto
2017-06-16 16:06:17 +09:00
parent 28bb992796
commit 9bcfe68591
20 changed files with 2758 additions and 4719 deletions

4
vendor/github.com/mattn/kinako/parser/Makefile generated vendored Normal file
View File

@@ -0,0 +1,4 @@
all : parser.go
parser.go : parser.go.y
goyacc -o $@ parser.go.y