File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -65,8 +65,8 @@ class Engine : public EngineBase
6565 // / \throw May throw exception::redefinition_of_variable or a different exception based on exception::eval_eror/runtime_error.
6666 void AddValueObject ( std::string const &rName, ValueObject val ) override ;
6767
68- // / Evaluates the given \param rContent as TeaScript.
69- // / This implementation invokes parsing and then evaluates the produced AST recursively .
68+ // / Evaluates/Executes the given content as TeaScript.
69+ // / Depending on the mode the content will be either parsed and evaluated or parsed, compiled and executed .
7070 // / \param rContent The content to be evaluated.
7171 // / \param rName An arbitrary user defined name for referring to the content.
7272 // / \returns the result as ValueObject.
You can’t perform that action at this time.
0 commit comments