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

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

captures and tags
captures: @["a"]

current frame
status: exiting frame 11 with value: 6
peg: -1
text: abcdef
index: 6
matched: 

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