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

◆ visitNUMBERS()

returnNumberValues Interpreter::visitNUMBERS ( std::shared_ptr< tokenNode > &  TKNode)
private

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

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