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

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

captures and tags
captures: @[]

current frame
status: exiting frame 2 with value: nil
peg: "b"
text: c
index: 0
matched: no

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