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

(meg/match ~(split :s+ (capture (to -1)))
           "a b  c")

captures and tags
captures: @["a"]

current frame
status: exiting frame 28 with value: 3
peg: (to -1)
text: a b
index: 2 advanced to: 3
matched: b

frames call stack
28 (to -1)
27 (capture (to -1))
0 (split :s+ (capture (to -1)))