Handbook
Glossary
compile-captures ( ast options -- code )
Vocabulary
regexp
.
captures
Inputs
ast
a regexp syntax tree
options
regexp options
Outputs
code
a capture program
Word description
Compiles an ordered NFA for capture extraction. This is an implementation word used by the main regexp vocabulary.
Definition
USING:
regexp.captures.private
;
IN:
regexp.captures
:
compile-captures
( ast options -- code )
<capture-code>
;