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

◆ isOperatorNode()

bool tokens::isOperatorNode ( const std::string &  nodeType)
static

checks if the passed in nodeType arg is an operator node

Parameters
nodeTypethe string to test
Returns
bool