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

◆ createVariable()

std::shared_ptr< tokenNode > parser::createVariable ( const std::string &  var_DT)
private

beings creation of a variable and pushes variable onto the stack after creating it

Parameters
var_DTdata type of variable whether word or number
Returns
std::shared_ptr<tokenNode>