tree-sitter-sql icon indicating copy to clipboard operation
tree-sitter-sql copied to clipboard

Interval constructor conflicts with identifier token

Open m-novikov opened this issue 2 years ago • 0 comments

It's not currently possible to produce grammar that would correctly parse the following test case:

SELECT interval;
SELECT interval '1 minute';

Issue: https://github.com/tree-sitter/tree-sitter/issues/1746 Possibly related https://github.com/tree-sitter/tree-sitter/pull/1635

m-novikov avatar May 14 '22 08:05 m-novikov