[up] [log] [?] [first] [prev] [entry] [exit] [next] [last]
(meg/match ~(cmt (sequence (capture "a") (capture "b")) "<function 0x55EA3521F040>")
"ab")captures and tags
captures: @["a" "b"]
current frame
status: exiting frame 1 with value: 2
peg: (sequence (capture "a") (capture "b"))text: abindex: 0 advanced to: 2matched: abframes call stack
1 (sequence (capture "a") (capture "b"))
0 (cmt (sequence (capture "a") (capture "b")) "<function 0x55EA3521F040>")