compile-captures ( ast options -- code )


Vocabulary
regexp.captures

Inputs
asta regexp syntax tree
optionsregexp options


Outputs
codea capture program


Word description
Compiles an ordered NFA for capture extraction. This is an implementation word used by the main regexp vocabulary.

Definition