ClickHouse/utils/grammar
alexey-milovidov 2bd7b5fdc0
Merge pull request #13591 from melin/master
Fix Nullable(String) antlr4 syntax error
2020-08-11 04:58:17 +03:00
..
ClickHouseLexer.g4 Fix typos, the last 1% 2020-08-08 04:21:04 +03:00
ClickHouseParser.g4 fixbug Nullable(String) 2020-08-11 09:43:28 +08:00
README.md Update README.md 2019-11-03 14:12:36 +03:00

ClickHouse grammar for ANTLR4

Authors: Yuriy Galitskiy (orantius, https://github.com/duremar), Sergey Serebryanik (serebrserg, https://github.com/serebrserg), Efim Pyshnograev (graev).

Initially developed for Yandex.Metrica product and published under Apache 2.0 license with permission from Yandex. It has also found its usage in DataGrip product.

It is not used in ClickHouse directly and is not synchronized with ClickHouse C++ code. Neither supported or tested. Any help welcome.