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