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

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

captures and tags
captures: @["a"]

current frame
status: entered frame 19
peg: :s+
text: a b  c
index: 3

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