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

◆ __represent__()

virtual std::string tokenNode::__represent__ ( )
pure virtual

(virtual) returns a string representing the current state of the syntax tree

Parameters
none
Returns
std::string

Implemented in builtinNode, forNode, functionNode, ifNode, NumberNode, OperatorNode, StringNode, VariableNode, and whileNode.