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

(meg/match ~(sequence (til "bcde" (capture (to -1))) (capture (to -1)))
           "abcdef")
# =>
@["a" "f"]

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

current frame
status: exiting frame 0 with value: 6
peg: (sequence (til "bcde" (capture (to -1))) (capture (to -1)))
text: abcdef
index: 0 advanced to: 6
matched: abcdef

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