Mercury library  1.0
Translation of CFG grammars into an object model (Bachelor's thesis).
 All Classes Namespaces Files Functions Variables Enumerations Enumerator Properties
Classes | Namespaces | Functions
InterpreterAction.cs File Reference

Go to the source code of this file.

Classes

class  Mercury.Interpreting.InterpreterAction< T >
 Function that wraps constant values in the RHS More...
 
class  Mercury.Interpreting.InterpreterAction< T, U >
 Interpreter action with a safer return type. More...
 
class  Mercury.Interpreting.GenericAction< T >
 Represents an action that infers its return type only after it is provided with types of its arguments. More...
 

Namespaces

package  Mercury.Interpreting
 

Functions

delegate T Mercury.Interpreting.RecursiveEval< T > (Tree< Symbol > tree, InterpreterContext< T > context)
 Delegate type for recursive evaluation (interpretation) More...