[up] [log] [?] [first] [prev] [entry] [exit] [next] [last]
(meg/match ~(sequence (capture "a") "b" (capture (backmatch))) "aba")
captures and tags
captures: @["a"]
tagged-captures: tags: @[nil] values: @["a"]
current frame
status: exiting frame 3 with value: 2
peg: "b"
text: aba
index: 1 advanced to: 2
matched: b
frames call stack
3 "b"
0 (sequence (capture "a") "b" (capture (backmatch)))