aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/go/_std_1.21/src/regexp/syntax/ya.make
blob: d33cb6e8ce65ec44894a9ada6e80b3ad0303af0e (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
GO_LIBRARY()

SRCS(
    compile.go
    doc.go
    op_string.go
    parse.go
    perl_groups.go
    prog.go
    regexp.go
    simplify.go
)

GO_TEST_SRCS(
    parse_test.go
    prog_test.go
    simplify_test.go
)

END()

RECURSE(
)