github.com/line/ostracon@v1.0.10-0.20230328032236-7f20145f065d/libs/pubsub/query/MAKEFILE_README.md (about) 1 # Peg 2 3 Re-create `query.peg.go` from `query.peg`. 4 ```md 5 make gen_query_parser 6 ``` 7 8 See the [Parsing Expression Grammar(PEG)](https://github.com/pointlander/peg). 9 10 # Fuzzy Test 11 12 Run the fuzzy test. 13 ```md 14 make fuzzy_test 15 ``` 16 17 See the [go-fuzz: randomized testing for Go](https://github.com/dvyukov/go-fuzz). 18