aboutsummaryrefslogtreecommitdiffstats
path: root/query/lexer_test.go
Commit message (Collapse)AuthorAgeFilesLines
* query: expand the tokenizer/parser to parse arbitrary search termsMichael Muré2020-11-171-11/+22
|
* query: more robust tokenizerMichael Muré2020-03-281-0/+7
|
* cache: replace the all-in-one query parser by a complete one with ↵Michael Muré2020-03-281-0/+45
AST/lexer/parser