[up] [log] [?]
[first]  [entry] [exit]  [last]

(meg/match ~(sequence (til "bcde" (capture (to -1))) (capture (to -1)))
           "abcdef")

captures and tags
captures: @["a" "f"]

current frame
status: exiting frame 8 with value: 6
peg: (capture (to -1))
text: abcdef
index: 5 advanced to: 6
matched: f

frames call stack
8 (capture (to -1))
0 (sequence (til "bcde" (capture (to -1))) (capture (to -1)))