blob: b75c71a8f9bd0064883e65f0106ed214abd01e7f (
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
24
|
(. . . 1) : 2
# (map (@ 1 0-0)
# (.sequence
# (unordered (@ 1 0-1)
# (.inner
# (string (@ 1 7-8) ‘1’)
# )
# )
# )
# (.result
# (string (@ 1 12-13) ‘2’)
# )
# )
# :1:1–2: warning: ‘.’ outside alternation has no effect
# (. . . 1) : 2
# ^
# :1:3–4: warning: ‘.’ outside alternation has no effect
# (. . . 1) : 2
# ^
# :1:5–6: warning: ‘.’ outside alternation has no effect
# (. . . 1) : 2
# ^
|