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

◆ visit__StringNode()

std::string Interpreter::visit__StringNode ( std::shared_ptr< StringNode > &  TKNode)
private

visits a string and extracts it's value eg "value"

Parameters
TKNodea pointer to a string value
Returns
std::string