aboutsummaryrefslogtreecommitdiffstats
path: root/yql/essentials/parser/common/ya.make
blob: b0ae371dfe441bcc1f1eb7bd94566348725d01e4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
LIBRARY()

PEERDIR(
    yql/essentials/public/issue
)

SRCS(
    error.cpp
)

END()

RECURSE(
    antlr4
)