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
nodeToAppendTo
variable node to append passedvalue to
passedvalue
string value to append
Returns
std::string
Interpreter
Generated by
1.9.7