0
0
bleve/genparser.sh
Marty Schoch 7313e7247e renamed SyntaxQuery QueryStringQuery
also made IndexMeta private
2014-08-29 15:19:02 -04:00

10 lines
190 B
Bash
Executable File

#! /bin/sh
echo Running nex...
nex query_string.nex
echo Running goyacc...
go tool yacc query_string.y
# remove first line which pollutes godocs
tail -n +2 y.go > y.go.new
mv y.go.new y.go