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

◆ datatypeARR

const std::array< std::string, STATEMENT_DATATYPE::STATEMENT_DATATYPE_SIZE > parser::datatypeARR = {"number", "word", "null"}
staticprivate

stores the various supported tokens such as +, - etc