![]() |
linc 0.7
Linc is a general-purpose programming language inspired by C
|
This is the complete list of members for linc::Interpreter, including all inherited members.
| evaluateDeclaration(const BoundDeclaration *declaration) (defined in linc::Interpreter) | linc::Interpreter | inline |
| evaluateExpression(const BoundExpression *expression) (defined in linc::Interpreter) | linc::Interpreter | inline |
| evaluateNode(const BoundNode *node) (defined in linc::Interpreter) | linc::Interpreter | inline |
| evaluateProgram(const BoundProgram *program, Binder &binder, std::unique_ptr< const ArrayInitializerExpression > argument_list) (defined in linc::Interpreter) | linc::Interpreter | inline |
| evaluateStatement(const BoundStatement *statement) (defined in linc::Interpreter) | linc::Interpreter | inline |
| printNodeTree(const BoundNode *node, std::string indent="", bool last=true) (defined in linc::Interpreter) | linc::Interpreter | inlinestatic |
| reset() (defined in linc::Interpreter) | linc::Interpreter | inline |