[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 5 with value: 3
peg: (backmatch)
text: aba
index: 2 advanced to: 3
matched: a
frames call stack
5 (backmatch)
4 (capture (backmatch))
0 (sequence (capture "a") "b" (capture (backmatch)))