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