aboutsummaryrefslogtreecommitdiffstats
path: root/yql/essentials/sql/v1/proto_parser/antlr3/proto_parser.h
blob: 5d40c2f1700796d46fdeb655b77f0e90764bec0f (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();

}