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

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

captures and tags
captures: @[]

current frame
status: exiting frame 3 with value: 5
peg: "bcde"
text: abcdef
index: 1 advanced to: 5
matched: bcde

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