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

(meg/match ~(sequence "a" "b")
           "ab"
           0
           :hello :hi)

captures and tags
captures: @[]

current frame
status: entered frame 2
peg: "b"
text: ab
index: 1

frames call stack
2 "b"
0 (sequence "a" "b")