[up] [log] [?] [first] [prev] [entry] [exit] [next] [last]
(meg/match ~(sequence (number :d nil :tag) (capture (lenprefix (backref :tag) 1)))
"3abc")
captures and tags
captures: @[3]
tagged-captures: tags: @[:tag] values: @[3]
current frame
status: exiting frame 9 with value: 4
peg: 1
text: 3abc
index: 3 advanced to: 4
matched: c
frames call stack
9 1
5 (lenprefix (backref :tag) 1)
4 (capture (lenprefix (backref :tag) 1))
0 (sequence (number :d nil :tag) (capture (lenprefix (backref :tag) 1)))