previous up next
Go backward to Contexts
Go up to Top
Go forward to Compiler's Symbol Table
RISC-Linz logo

Environments

Mathematical value that models context.

  1. Environment establishes context for syntactic phrase
    Resolution of ambiguities concerning meaning of identifiers.
  2. As many environment values as distinct program contexts.
    Multiple environments are maintained during program evaluation.
  3. Environment is a static object.
    Phrases uses the same environment each time it is evaluated.

Author: Wolfgang Schreiner
Last Modification: November 18, 1997

previous up next