Handbook
Glossary
dfa>shortest-word ( dfa -- word )
Vocabulary
regexp
.
compiler
Inputs
dfa
an
object
Outputs
word
an
object
Definition
USING:
namespaces
;
IN:
regexp.compiler
:
dfa>shortest-word
( dfa -- word )
t
shortest?
[
dfa>word
]
with-variable
;