summaryrefslogtreecommitdiffstats
path: root/yql/essentials/sql/v1/proto_parser/antlr3/proto_parser.h
blob: c72b0bb531f8a344affdd41365e43aa55be5f363 (plain) (blame)
1
2
3
4
5
6
7
8
#pragma once
#include <yql/essentials/parser/proto_ast/common.h>

namespace NSQLTranslationV1 {

NSQLTranslation::TParserFactoryPtr MakeAntlr3ParserFactory();

} // namespace NSQLTranslationV1