aboutsummaryrefslogtreecommitdiffstats
path: root/yql/essentials/sql/v1/lexer/antlr3_ansi/ya.make
blob: ed34a4fc28c5cd270c9b949331a375cb5e63ab45 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
LIBRARY()

PEERDIR(
    yql/essentials/parser/lexer_common
    yql/essentials/public/issue
    yql/essentials/parser/proto_ast/collect_issues
    yql/essentials/parser/proto_ast/gen/v1_ansi
)

SRCS(
    lexer.cpp
)

END()