Notable Changes:
- Add
FOR/NEXTloops - Add integer division operator (
\) and exponentiation operator (^) - Add built-in functions:
CLS,INT,SHELL,BEEP - Allow spaces between
GOandTOas well asGOandSUB. - Allow mixed case keywords
- Improved error checking and reporting
- Switch from autotools build system to cmake build system
- Increase randomness of
RANDOMIZE - Documentation updates