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

◆ pushIntoVector()

void VariableNode::pushIntoVector ( std::shared_ptr< VariableNode token,
const std::string &  stacktype 
)
static

pushes a new variable onto the stack depending on the stack to put it in

Parameters
tokenthe variable to pushed onto the stack
stacktypethe stack to push it onto, whether number of word stack
Returns
void