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

This is the complete list of members for functionNode, including all inherited members.

__represent__()functionNodevirtual
alreadyExistingFunction(const std::string &toCheck)functionNodestatic
argumentsfunctionNode
attachArgAt(int &index, std::shared_ptr< tokenNode > value)functionNode
FUNC_ARG_MAXfunctionNode
functionArgsAmountsfunctionNode
functionNamefunctionNode
functionNode()functionNode
getThisFunction(const std::string &funcname)functionNodestatic
nodeTypetokenNode
pushIntoFuncVector(std::shared_ptr< functionNode > token)functionNodestatic
stackFUNCvectorfunctionNodestatic
statementsvectfunctionNode
tokenNode()tokenNode