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

◆ tokentype()

std::string tokens::tokentype ( const int &  index)
static

gets the token which maps to the passed in index arg in std::string format

Parameters
indexthe index of the token mapped from the enum TOKENS
Returns
std::string