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

◆ appendNew__If__ElseIf__Else__statement()

void ifNode::appendNew__If__ElseIf__Else__statement ( const std::shared_ptr< ifNode > &  token)

appends an ifnode to the end of this ifnodes linked list of ifnodes

Parameters
tokenthe ifNode to append to the end of the linked list
Returns
void