Terminal-BASIC is a BASIC-like language interpreter, works on
a set of single board embedded systems (i.e. famous AVR uc based boards).
Terminal-BASIC:
* suports real numbers, multidimensional arrays and Darthmouth BASIC-style matrix operations;
* written in C++11;
* has modular structure (can save uc storage, instantiating only used modules);
* works through different i/o devices, using vt100 commands;
* on systems with multiple i/O devices can work as simple time-sharing...