Interpreter prototype alpha
c++ interpreter for make believe language
 
Loading...
Searching...
No Matches

◆ visit__StringAppendNode()

std::string Interpreter::visit__StringAppendNode ( std::shared_ptr< VariableNode > &  nodeToAppendTo,
const std::string &  passedvalue 
)
private

appends a value to the end of a variable

Parameters
nodeToAppendTovariable node to append passedvalue to
passedvaluestring value to append
Returns
std::string