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

◆ DIGITS

const std::array< char, tokens::DIGITSSIZE > tokens::DIGITS = {'.', '0', '1', '2', '3', '4', '5', '6', '7', '8', '9'}
static

stores range of all digits from 0 - 9