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

◆ visitWORDS()

returnStringValues Interpreter::visitWORDS ( std::shared_ptr< tokenNode > &  TKNode)
private

attempts to figure out if the passed in argument is a StringNode, OperatorNode or VariableNode

Parameters
TKNodea pointer to a node in the syntax tree
Returns
returnStringValues