| 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
| vect | a vector of tokens |
| filepath | name of the file currently being processed |
| linenumber | the line number in the file which is currently being processed |