Handbook
Glossary
advance-captures ( ready ch -- seeds )
Vocabulary
regexp
.
captures
.
private
Inputs
ready
an
object
ch
an
object
Outputs
seeds
an
object
Definition
USING:
accessors
kernel
regexp.classes
sequences
;
IN:
regexp.captures.private
::
advance-captures
( ready ch -- seeds )
V{
}
clone
:>
seeds ready
[|
thread |
thread
pc>>
[|
edge |
ch edge
label>>
class-member?
[
edge
targets>>
[
thread
registers>>
capture-thread
boa
seeds
push
]
each
]
when
]
when*
]
each
seeds
;