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 Any exception generated by Orc, during compilation, loading, or execution.
LookupFailureException Any exception generated by Orc, during compilation, loading, or execution.
SearchFailureException Any exception generated by Orc, during compilation, loading, or execution.
 

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.