|
Mercury library
1.0
Translation of CFG grammars into an object model (Bachelor's thesis).
|
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... | |
1.8.7