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

(meg/match ~(choice "a" "b" (error ""))
           "cc")
# <error>
match error at line 1, column 1

captures and tags
captures: @[]

current frame
status: errored in frame 3
peg: (error "")
text: cc
index: 0

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