void Interpreter::run__CODE | ( | std::shared_ptr< tokenNode > & | TKNode, |
const std::string & | datatype | ||
) |
runs the interpreter
TKNode | a pointer to the beginning of a root node on the syntax tree |
datatype | datatype of the condition(in control flow) or values in variables or values in built in function etc |