Handbook
Glossary
epsilon-transition ( source target -- )
Vocabulary
regexp
.
nfa
Inputs
source
an
object
target
an
object
Outputs
None
Definition
USING:
namespaces
regexp.ast
regexp.transition-tables
;
IN:
regexp.nfa
:
epsilon-transition
( source target -- )
epsilon
nfa-table
get
add-transition
;