[up] [log] [?] [first] [prev] [entry] [exit] [next] [last]
(meg/match ~(sequence (til "bcde" (capture (to -1))) (capture (to -1))) "abcdef")
captures and tags
captures: @[]
current frame
status: exiting frame 5 with value: 1
peg: (to -1)
text: a
index: 0 advanced to: 1
matched: a
frames call stack
5 (to -1)
4 (capture (to -1))
1 (til "bcde" (capture (to -1)))
0 (sequence (til "bcde" (capture (to -1))) (capture (to -1)))