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

(meg/match ~(choice "a" "b" (error ""))
           "c")

captures and tags
captures: @[]

current frame
status: entered frame 4
peg: ""
text: c
index: 0

frames call stack
4 ""
3 (error "")
0 (choice "a" "b" (error ""))