blob: 42d99a0a530b07e3b379b1d0019e6cb74e86b9df (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
#pragma once
#include "generic.h"
#include <yql/essentials/parser/lexer_common/lexer.h>
namespace NSQLTranslationV1 {
TTokenMatcher ANSICommentMatcher(TTokenMatcher defaultComment);
NSQLTranslation::TLexerFactoryPtr MakeRegexLexerFactory(bool ansi);
} // namespace NSQLTranslationV1
|