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

◆ RUN__INTERPRETER()

void manager::RUN__INTERPRETER ( const std::string &  currentLine)
private

runs the lexer, parser and interpreter for the current line

Parameters
currentLinethe data for current line being processed
Returns
void