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