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

◆ __represent__()

std::string builtinNode::__represent__ ( )
virtual

(virtual) returns a string representing the current state of this builtinNode and it's syntax tree structure

Parameters
none
Returns
std::string

Implements tokenNode.