From 49b07a1c19489547b859d61fbc5c240aff224dda Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Tue, 17 Sep 2019 16:54:58 -0700 Subject: Correction to the way parens are parsed in query expressions --- src/query.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/query.h') diff --git a/src/query.h b/src/query.h index f7d48d32..07093d70 100644 --- a/src/query.h +++ b/src/query.h @@ -223,6 +223,7 @@ public: TRACE_DTOR(query_t::lexer_t); } + bool advance(); token_t next_token(token_t::kind_t tok_context = token_t::UNKNOWN); void push_token(token_t tok) { assert(token_cache.kind == token_t::UNKNOWN); -- cgit v1.2.3