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

◆ visit_Variables()

void Interpreter::visit_Variables ( std::shared_ptr< tokenNode > &  TKNode,
const std::string &  datatype 
)
private

visits variable nodes and extracts their values

Parameters
TKNodea pointer to the variable node in the syntax tree
datatypedatatype of the variable
Returns
void