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

◆ create_nullVariable()

std::shared_ptr< tokenNode > parser::create_nullVariable ( const std::string &  variabletype)
private

creates a null variable, with no data attached to it

Parameters
variabletypethe data type of the null variable
Returns
std::shared_ptr<tokenNode>