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

◆ KEYWORDS

const std::array< std::string, tokens::KEYWORDSSIZE > tokens::KEYWORDS
static
Initial value:
= {"number", "word", "print", "println", "display", "displayln",
"if", "elseif", "else", "then", "while", "for", "function", "callfunction"}

stores the various keywords such number, for, while