Parents: | vocabs |
Authors: | Daniel Ehrenberg, Bruno Deferrari, Slava Pestov |
Class | Superclass | Slots |
ambiguous-use-error | tuple | name words |
exclude | tuple | vocab names words |
extra-words | tuple | words |
from | tuple | vocab names words |
manifest | tuple | current-vocab search-vocab-names search-vocabs qualified-vocabs auto-used |
no-current-vocab-error | tuple | |
no-word-error | tuple | name |
no-word-in-vocab | tuple | word vocab |
qualified | tuple | vocab prefix words |
rename | tuple | word vocab words |
unbalanced-private-declaration | tuple | vocab |
print-use-hook |
Word | Stack effect |
(with-manifest) | ( quot manifest -- ) |
<ambiguous-use-error> | ( name words -- error restarts ) |
<exclude> | ( vocab words -- from ) |
<extra-words> | ( words -- extra-words ) |
<from> | ( vocab words -- from ) |
<manifest> | ( -- manifest ) |
<no-word-error> | ( name possibilities -- error restarts ) |
<qualified> | ( vocab prefix -- qualified ) |
<rename> | ( word vocab new-name -- rename ) |
add-qualified | ( vocab prefix -- ) |
add-renamed-word | ( word vocab new-name -- ) |
add-words-excluding | ( vocab words -- ) |
add-words-from | ( vocab words -- ) |
auto-use-vocab | ( vocab -- ) |
auto-used? | ( -- ? ) |
begin-private | ( -- ) |
current-vocab | ( -- vocab ) |
end-private | ( -- ) |
no-current-vocab | ( -- vocab ) |
no-word-error | ( name -- * ) |
no-word-in-vocab | ( word vocab -- * ) |
qualified-vocabs | ( -- qualified-vocabs ) |
search | ( name -- word/f ) |
search-manifest | ( name manifest -- word/f ) |
set-current-vocab | ( name -- ) |
unbalanced-private-declaration | ( vocab -- * ) |
unuse-vocab | ( vocab -- ) |
unuse-words | ( words -- ) |
use-vocab | ( vocab -- ) |
use-words | ( words -- ) |
using-vocab? | ( vocab -- ? ) |
with-current-manifest | ( quot -- ) |
with-current-vocab | ( name quot -- ) |
with-manifest | ( quot -- ) |
with-words | ( words quot -- ) |
word-restarts | ( possibilities -- restarts ) |
word-restarts-with-defer | ( name possibilities -- restarts ) |
Word | Stack effect |
ambiguous-use-error? | ( object -- ? ) |
exclude? | ( object -- ? ) |
extra-words? | ( object -- ? ) |
from? | ( object -- ? ) |
manifest? | ( object -- ? ) |
no-current-vocab-error? | ( object -- ? ) |
no-word-error? | ( object -- ? ) |
no-word-in-vocab? | ( object -- ? ) |
qualified? | ( object -- ? ) |
rename? | ( object -- ? ) |
unbalanced-private-declaration? | ( object -- ? ) |
Vocabulary | Summary |
vocabs.parser.private |