Handbook
Glossary
execution-quot ( next-state -- quot )
Vocabulary
regexp
.
compiler
.
private
Inputs
next-state
an
object
Outputs
quot
an
object
Definition
USING:
kernel
sequences
;
IN:
regexp.compiler.private
:
execution-quot
( next-state -- quot )
dup
sequence?
[
first
]
when
(execution-quot)
;