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