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

◆ determineAppendType()

std::string parser::determineAppendType ( const int &  tokentypenode)
private

determines append type between -=, +=, /=, ^=, %= depending on the enum mapping using the passed in argument tokentypenode

Parameters
tokentypenodeused to map into enum of node types to determine append type
Returns
std::string