0
0
bleve/genparser.sh
2014-08-29 14:18:36 -04:00

10 lines
190 B
Bash
Executable File

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