Package orc.env

A lexical context which supports both offset- and name-based lookup.

See:
          Description

Class Summary
Env<T> Generic indexed environment, used primarily at runtime.
 

Exception Summary
EnvException  
LookupFailureException  
SearchFailureException  
 

Package orc.env Description

A lexical context which supports both offset- and name-based lookup. This is used at compile time to convert variables to DeBruijn indices, and at runtime to store variable bindings.