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

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

captures and tags
captures: @[]

current frame
status: exiting frame 4 with value: 3
peg: 1
text: abc
index: 2 advanced to: 3
matched: c

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