aboutsummaryrefslogtreecommitdiffstats
path: root/yql/essentials/parser/lexer_common/ya.make
blob: 14573434c474bb0532bed96ef308d06aba7e2dc5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
LIBRARY()

PEERDIR(
    yql/essentials/public/issue
)

SRCS(
    tokens.cpp
    lexer.h
    lexer.cpp
    hints.cpp
    hints.h
    parse_hints_impl.cpp
    parse_hints_impl.h
)

END()

RECURSE_FOR_TESTS(
    ut
)