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


dictionary_tree (library)

Author(s): Göran Smedbäck.

Version: 1.10#7 (2006/4/26, 19:22:13 CEST)

Version of last change: 1.9#173 (2003/12/4, 17:47:16 CET)

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.