[up] [log] [?]
[first] [prev] [entry] [exit] [next] [last]
(meg/match ~(sequence (only-tags (sequence (capture 1 :a) (capture 2 :b))) (backref :a))
"xyz")
captures and tags
captures: @[]
tagged-captures:
tags: @[:a :b]
values: @["x" "yz"]
current frame
status: exiting frame 1 with value: 3
peg: (only-tags (sequence (capture 1 :a) (capture 2 :b)))
text: xyz
index: 0 advanced to: 3
matched: xyz
frames call stack
1 (only-tags (sequence (capture 1 :a) (capture 2 :b)))
0 (sequence (only-tags (sequence (capture 1 :a) (capture 2 :b))) (backref :a))