[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: entered frame 4
peg: (capture (backmatch))
text: aba
index: 2
frames call stack
4 (capture (backmatch))
0 (sequence (capture "a") "b" (capture (backmatch)))