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

◆ attachFunctionArguments()

std::shared_ptr< tokenNode > parser::attachFunctionArguments ( )
private

attaches function arguments to a function after a function call is made

Parameters
none
Returns
std::shared_ptr<tokenNode>