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