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

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

captures and tags
captures: @[]

current frame
status: entered frame 1
peg: "a"
text: c
index: 0

frames call stack
1 "a"
0 (choice "a" "b" (error ""))