summaryrefslogtreecommitdiffstats
path: root/yql/essentials/sql/v1/proto_parser/antlr4_ansi/proto_parser.h
diff options
context:
space:
mode:
authorvvvv <[email protected]>2025-02-18 14:49:48 +0300
committervvvv <[email protected]>2025-02-18 16:08:18 +0300
commit1213d16b7fd20d4255d2ebb709a1745efbfeb91b (patch)
treea1cd11d96b5abf0a0ec287c76c4f3cfe9b32a86e /yql/essentials/sql/v1/proto_parser/antlr4_ansi/proto_parser.h
parent408888e6801333da2d97af0b27a1c4da4448b9e0 (diff)
Introduced lexer & parser interfaces
commit_hash:fee365c90a176dd33a967cee20994b21d530080c
Diffstat (limited to 'yql/essentials/sql/v1/proto_parser/antlr4_ansi/proto_parser.h')
-rw-r--r--yql/essentials/sql/v1/proto_parser/antlr4_ansi/proto_parser.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/yql/essentials/sql/v1/proto_parser/antlr4_ansi/proto_parser.h b/yql/essentials/sql/v1/proto_parser/antlr4_ansi/proto_parser.h
new file mode 100644
index 00000000000..15174f44d23
--- /dev/null
+++ b/yql/essentials/sql/v1/proto_parser/antlr4_ansi/proto_parser.h
@@ -0,0 +1,8 @@
+#pragma once
+#include <yql/essentials/parser/proto_ast/common.h>
+
+namespace NSQLTranslationV1 {
+
+NSQLTranslation::TParserFactoryPtr MakeAntlr4AnsiParserFactory();
+
+}