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

◆ controlflow()

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

generates a tree for control flow such as if, for and while statements

Parameters
none
Returns
std::shared_ptr<tokenNode>