10#include "../tokenNode.h"
std::string __represent__()
(virtual) returns a string representing the current state of this builtinNode and it's syntax tree st...
Definition builtinNode.cpp:5
builtinNode()
constructor
Definition builtinNode.cpp:3
std::string built_in_name
name of the built in function
Definition builtinNode.h:25
std::shared_ptr< tokenNode > assigneddata
assigned data for the built in function to use
Definition builtinNode.h:20
creates a node in the syntax tree of type builtinNode
Definition builtinNode.h:15
node used for creating abstract syntax tree
Definition tokenNode.h:15