manifest
Factor handbook » The language » Parsing words » Reflection support for vocabulary search path

Next:use-vocab ( vocab -- )


Vocabulary
vocabs.parser

Variable description
The current manifest. Only set at parse time.

Class description
Encapsulates the current vocabulary, as well as the vocabulary search path.

Definition


TUPLE: manifest
current-vocab
{ search-vocab-names hash-set initial: HS{ } }
{ search-vocabs vector initial: V{ } }
{ qualified-vocabs vector initial: V{ } }
{ auto-used vector initial: V{ } } ;


Methods