Oberon || Library || Module Index || Search Engine || Definition || Module


Ulm's Oberon Library:
StdScopes


NAME

StdScopes - standard implementation of Scopes

SYNOPSIS

PROCEDURE Create(VAR scope: Scopes.Scope);

DESCRIPTION

StdScopes provides a standard implementation of Scopes that uses hashes to store its entries and CompilerErrors for the generation of error events.

SEE ALSO

CompilerErrors
generation of error events
Scopes
general abstraction for scopes

BUGS

StdScopes is not suited for scopes containing more than 10,000 entries because of its static hash table size.
Edited by: borchert, last change: 2000/05/27, revision: 1.2, converted to HTML: 2000/05/27

Oberon || Library || Module Index || Search Engine || Definition || Module