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

(meg/match ~(sequence (number :d nil :tag) (capture (lenprefix (backref :tag) 1)))
           "3abc")

captures and tags
captures: @[]

current frame
status: exiting frame 3 with value: 1
peg: (range "09")
text: 3abc
index: 0 advanced to: 1
matched: 3

frames call stack
3 (range "09")
2 :d
1 (number :d nil :tag)
0 (sequence (number :d nil :tag) (capture (lenprefix (backref :tag) 1)))