Handbook
Glossary
find-delta ( 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:
accessors
assocs
kernel
sequences
sets
;
IN:
regexp.dfa
:
find-delta
( states transition nfa -- new-states )
transitions>>
[
[
swap
]
curry
]
dip
[
at
at
]
curry
compose
gather
sift
;