Parents: | regexp.compiler |
Class | Superclass | Slots |
box | tuple | contents |
Word | Stack effect |
(execution-quot) | ( next-state -- quot ) |
<box> | ( contents -- box ) |
advance | ( index backwards? -- index+/-1 ) |
check | ( index string backwards? -- in-bounds? ) |
condition>quot | ( condition -- quot ) |
dfa>main-word | ( dfa -- word ) |
execution-quot | ( next-state -- quot ) |
literals>cases | ( literal-transitions -- case-body ) |
non-literals>dispatch | ( literals non-literals -- quot ) |
split-literals | ( transitions -- case default ) |
states>code | ( words dfa -- ) |
states>words | ( dfa -- words dfa ) |
step | ( last-match index str quot final? backwards? -- last-index/f ) |
transitions>quot | ( transitions final-state? -- quot ) |
word-template | ( quot -- quot' ) |
word>quot | ( word dfa -- quot ) |
Word | Stack effect |
box? | ( object -- ? ) |