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

◆ run__CODE()

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

runs the interpreter

Parameters
TKNodea pointer to the beginning of a root node on the syntax tree
datatypedatatype of the condition(in control flow) or values in variables or values in built in function etc
Returns
void