featurebase/pql
Seebs 77d49ded64 so much lint
So with the switch to a new linter, we get a lot of new warnings,
and the majority of them are harmless probably, but a few might be
real. Variously just use _ to suppress warnings, or report errors.
There's probably things here that deserve better fixes, but we can
always revisit it.
2019-04-16 12:07:18 -05:00
..
ast.go recover the duplicate arg panic from parser, treat as error 2019-04-10 23:48:17 -05:00
ast_test.go final Frame to Field rename 2018-06-06 01:27:12 -05:00
doc.go Apply Apache License 2.0 2017-04-28 14:22:03 -05:00
parser.go recover the duplicate arg panic from parser, treat as error 2019-04-10 23:48:17 -05:00
parser_test.go fix double escapes 2018-11-07 01:10:58 +03:00
pql.peg add parser rule to catch old-style Range query 2019-04-04 19:46:02 -05:00
pql.peg.go so much lint 2019-04-16 12:07:18 -05:00
pqlpeg_test.go recover the duplicate arg panic from parser, treat as error 2019-04-10 23:48:17 -05:00
token.go replace PQL parser with one created by PEG parser generator 2018-06-15 08:34:12 -05:00