Go to the first, previous, next, last section, table of contents.


dictionary_tree (library)

Version: 0.1 (1999/1/14, 15:57:36 MET)

This module offers a dynamic tree structured dictionary a bit combined with predicates that gives it the useability to be the dictionary for the parser.

Usage and interface (dictionary_tree)

Documentation on exports (dictionary_tree)

PREDICATE: create_dictionaries/1:

Usage: create_dictionaries(-Dictionary)

PREDICATE: is_dictionaries/1:

Usage: is_dictionaries(?Dictionary)

PREDICATE: get_definition_dictionary/2:

Usage: get_definition_dictionary(+Dictionary,-Tree)

PREDICATE: get_prototype_dictionary/2:

Usage: get_prototype_dictionary(+Dictionary,-Tree)

PREDICATE: dictionary_insert/5:

Usage: dictionary_insert(+Key,+Type,+Field,+Dictionary,?Info)

PREDICATE: dictionary_lookup/5:

Usage: dictionary_lookup(+Key,?Type,?Field,+Dictionary,-Info)

PREDICATE: merge_tree/2:

Usage: merge_tree(+Tree,+Tree)


Go to the first, previous, next, last section, table of contents.