blob: cd5eea1b700eb316b672ae2b55a9f787a5ff3fa4 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
LIBRARY()
PEERDIR(
yql/essentials/core/issue/protos
yql/essentials/parser/proto_ast/gen/v1
yql/essentials/parser/proto_ast/gen/v1_ansi
yql/essentials/parser/proto_ast/gen/v1_antlr4
yql/essentials/parser/proto_ast/gen/v1_ansi_antlr4
)
SRCS(
lexer.cpp
)
SUPPRESSIONS(
tsan.supp
)
END()
RECURSE_FOR_TESTS(
ut
)
|