Parents: | vocabs |
Authors: | Slava Pestov |
Class | Superclass | Slots |
not-found-in-roots | tuple | path |
add-vocab-root-hook |
check-vocab-hook |
load-help? |
root-cache |
vocab-roots |
Word | Stack effect |
add-vocab-root | ( root -- ) |
append-vocab-dir | ( vocab str/f -- path ) |
default-vocab-roots | ( -- value ) |
find-vocab-root | ( vocab -- path/f ) |
not-found-in-roots | ( path -- * ) |
reload | ( name -- ) |
require-when | ( if then -- ) |
run | ( vocab -- ) |
vocab-append-path | ( vocab path -- newpath ) |
vocab-dir | ( vocab -- dir ) |
vocab-docs-path | ( vocab -- path/f ) |
vocab-exists? | ( name -- ? ) |
vocab-source-path | ( vocab -- path/f ) |
Word | Stack effect |
not-found-in-roots? | ( object -- ? ) |
Vocabulary | Summary |
vocabs.loader.test |