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

◆ ignoreCharArr

const std::array< char, tokens::ignoreCharArrSIZE > tokens::ignoreCharArr = {' ', '\t', '\n'}
static

stores ignorable characters such as ' ', \n etc