[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: @[5]
tagged-captures: tags: @[:tag] values: @[5]
current frame
status: entered frame 4
peg: "abc"
text: abcdef
index: 0
frames call stack
4 "abc"
3 (capture "abc" :tag)
2 (sub (capture "abc" :tag) (backref :tag))
0 (sequence (constant 5 :tag) (sub (capture "abc" :tag) (backref :tag)))