aboutsummaryrefslogtreecommitdiffstats
path: root/yql/essentials/sql/v1/lexer/antlr3_ansi/lexer.h
blob: c2347d823325e1cffb493d00011565a70a2eef4f (plain) (blame)
1
2
3
4
5
6
7
8
#pragma once
#include <yql/essentials/parser/lexer_common/lexer.h>

namespace NSQLTranslationV1 {

NSQLTranslation::TLexerFactoryPtr MakeAntlr3AnsiLexerFactory();

}