execution-quot ( next-state -- quot )


Vocabulary
regexp.compiler.private

Definition
USING: kernel sequences ;

IN: regexp.compiler.private

: execution-quot ( next-state -- quot )
dup sequence? [ first ] when (execution-quot) ;