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

◆ unaryopdata

std::shared_ptr<tokenNode> NumberNode::unaryopdata = nullptr

pointer to the unary operator data eg the 5 in -(5)