=== + ! Bugfix in the peephole optimizer (`-O2`) + ! Several bugfixes to improve stability + Optimization in the peephole optimizer (`-O1`) + Support for extended array str element operations + ! Other syntax bugfixes
1.8.2
=== + ! Bugfixes in the peephole optimizer + Shorter and faster generated code (deep optimizations) + ! Bugfix in the `PRINT42` routine that now supports newlines, etc + Implemented routine `input42` (`INPUT42.BAS`) for `PRINT42` mode
1.8.1
=== + ! Bugfixes in the peephole optimizer + ! Bugfix in `OUT` instruction + Fixes minor errors and bugs (i.e. `--enable-break`) + Improved and faster generated code (`IN`, `OUT`, `AND`, check BREAK...) * Added `basic.bas` library (meta-interpreter) and `eval.bas` example!! (thanks to mcleod_ideafix!!!)
1.8.0
=== + ! Bugfixes in the peephole optimizer (`-O3`) + Better optimized code + Improved compiling speed and more stability + Fixes minor errors and bugs + Now single line `IF` sentences does not require `END IF`
1.7.2
=== + ! Bugfixes in libraries `esxdos.bas` and `memcopy.bas` + Improved `pong.bas` example + Improved readme file :) (thanks to harko and haplo)
1.7.1
=== + ! Bugfixes with `-O3` and `DATA` statements + Little improvements + Updates `README.md` file and added `TESTING.md` one.