Package edu.vub.at.eval

Interface Summary
Evaluator.BindClosure  
PartialBinder.BindClosure  
 

Class Summary
Evaluator The Evaluator class serves as a repository for auxiliary evaluation methods.
InvocationStack An InvocationStack instance represents the stack of method invocations and function applications that are currently activated in an actor's thread.
InvocationStack.InvocationFrame  
PartialBinder Instances of the class PartialBinder represent 'partial functions' whose task it is to bind the formal parameters of a function to the actual arguments upon function application.