[up] [log] [?]
[first]  [entry] [exit]  [last]

(meg/match ~(sequence (capture "a") "b" (capture (backmatch)))
           "aba")

captures and tags
captures: @[]

current frame
status: exiting frame 2 with value: 1
peg: "a"
text: aba
index: 0 advanced to: 1
matched: a

frames call stack
2 "a"
1 (capture "a")
0 (sequence (capture "a") "b" (capture (backmatch)))