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

(meg/match ~(sequence "a" (some 1) "c")
           "abc")
# =>
nil

captures and tags
captures: @[]

current frame
status: exiting frame 0 with value: nil
peg: (sequence "a" (some 1) "c")
text: abc
index: 0
matched: no

frames call stack
0 (sequence "a" (some 1) "c")