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

(meg/match ~(sequence "a" (some 1) "c")
           "abc")

captures and tags
captures: @[]

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

frames call stack
1 "a"
0 (sequence "a" (some 1) "c")