[up] [log] [?] [first] [prev] [entry] [exit] [next] [last]
(meg/match ~(sequence (capture "a") "b" (capture (backmatch)))
"aba")
captures and tags
captures: @[]
current frame
status: entered frame 2
peg: "a"
text: aba
index: 0
frames call stack
2 "a"
1 (capture "a")
0 (sequence (capture "a") "b" (capture (backmatch)))