regexp.dfa vocabulary - Factor Documentation (original) (raw)
regexp.dfa vocabulary
Factor handbook » Vocabulary index
Summary
Metadata
Parents: | regexp |
---|
Words
Ordinary words
Word | Stack effect |
---|---|
![]() |
( state visited-states new-states -- ) |
![]() |
( state/condition visited-states new-states -- ) |
![]() |
( nfa -- dfa ) |
![]() |
( key table -- ) |
![]() |
( state table nfa question -- ) |
![]() |
( states nfa -- table ) |
![]() |
( states transition nfa -- new-states ) |
![]() |
( states transition nfa -- new-states ) |
![]() |
( states nfa -- dfa-state ) |
![]() |
( nfa -- state ) |
![]() |
( dfa-state nfa -- next-dfa-state ) |
![]() |
( nfa -- dfa ) |
![]() |
( nfa dfa new-states visited-states -- nfa dfa ) |
![]() |
( nfa dfa -- ) |
Files