[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 6 with value: nil
peg: -1
text: a
index: 0
matched: no
frames call stack
6 -1
5 (to -1)
4 (capture (to -1))
1 (til "bcde" (capture (to -1)))
0 (sequence (til "bcde" (capture (to -1))) (capture (to -1)))