mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-08-28 10:54:59 +00:00
remove -switch option from peg generator
This commit is contained in:
parent
3656bc83a0
commit
c66cb59f1d
2 changed files with 552 additions and 559 deletions
2
Makefile
2
Makefile
|
|
@ -93,7 +93,7 @@ generate-stringer:
|
|||
go generate github.com/pilosa/pilosa
|
||||
|
||||
generate-pql: require-peg
|
||||
cd pql && peg -inline -switch pql.peg && cd ..
|
||||
cd pql && peg -inline pql.peg && cd ..
|
||||
|
||||
# `go generate` all needed packages
|
||||
generate: generate-protoc generate-stringer generate-pql
|
||||
|
|
|
|||
1109
pql/pql.peg.go
1109
pql/pql.peg.go
File diff suppressed because it is too large
Load diff
Loading…
Add table
Reference in a new issue