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

Separate parsers for SQL flavors

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

Currently, the parser accepts any kind of input provided there are some parts of PostgreSQL and MySQL. We probably should use approach from https://github.com/tree-sitter/tree-sitter-typescript and have main grammar file with conditional inclusions of flavored grammars.

m-novikov avatar Jun 25 '22 16:06 m-novikov