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

◆ visit_built_in_func()

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

visits built in function

Parameters
TKNodea pointer to the beginning of the built in function on the syntax tree
datatypedatatype of the value passed onto the built in function
Returns
void