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

(meg/match ~(cmt (sequence (capture "a") (capture "b")) "<function 0x5597D8DFE5C0>")
           "ab")

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

current frame
status: exiting frame 4 with value: 2
peg: (capture "b")
text: ab
index: 1 advanced to: 2
matched: b

frames call stack
4 (capture "b")
1 (sequence (capture "a") (capture "b"))
0 (cmt (sequence (capture "a") (capture "b")) "<function 0x5597D8DFE5C0>")