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

◆ parser()

parser::parser ( const std::vector< token > &  vect,
const std::string &  filepath,
const int &  linenumber 
)

accepts a vector of tokens after the current line has been tokenized by the lexer

Parameters
vecta vector of tokens
filepathname of the file currently being processed
linenumberthe line number in the file which is currently being processed