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

◆ condition

std::shared_ptr<tokenNode> ifNode::condition = nullptr

condition of this ifNode (only for if and elseif, excluding else)