[up] [log] [?]
[first]  [entry] [exit]  [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: entered frame 7
peg: (backref :a)
text: xyz
index: 3

frames call stack
7 (backref :a)
0 (sequence (only-tags (sequence (capture 1 :a) (capture 2 :b))) (backref :a))