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

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

captures and tags
captures: @["a"]

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

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