Handbook
Glossary
find-closure ( states transition nfa -- new-states )
Vocabulary
regexp
.
dfa
Inputs
states
an
object
transition
an
object
nfa
an
object
Outputs
new-states
an
object
Definition
USING:
kernel
;
IN:
regexp.dfa
:
find-closure
( states transition nfa -- new-states )
[
find-delta
]
keep
find-epsilon-closure
;