araddon/qlbridge

Lex issue with [true,"value"]

araddon opened this issue · 0 comments

Some expressions that can't be lexed

5.5 == [true,"hello", "5.5"]

FILTER OR ( 
				"now+1h" > last_event
				x BETWEEN a AND b
				exists(not_a_field),
				last_event IN ("a","b")
			)