[up] [log] [?] [first] [prev] [entry] [exit] [next] [last]
(meg/match ~(sequence (constant 5 :tag) (sub (capture "abc" :tag) (backref :tag)))
"abcdef")
captures and tags
captures: @[]
current frame
status: entered frame 0
peg: (sequence (constant 5 :tag) (sub (capture "abc" :tag) (backref :tag)))
text: abcdef
index: 0
frames call stack
0 (sequence (constant 5 :tag) (sub (capture "abc" :tag) (backref :tag)))