Forum
Version 1.2.0 released! - Printable Version

+- Forum (https://www.boriel.com/forum)
+-- Forum: Compilers and Computer Languages (https://www.boriel.com/forum/forumdisplay.php?fid=12)
+--- Forum: ZX Basic Compiler (https://www.boriel.com/forum/forumdisplay.php?fid=11)
+--- Thread: Version 1.2.0 released! (/showthread.php?tid=109)



Version 1.2.0 released! - boriel - 05-12-2009

Changed from Version 1.1.9 to 1.2.0
  • ! Undeclared local variables caused a compiler error.
    They should just compile (like global ones do). Thanks, LCD.
  • ! String variables used in string slices where sometimes
    optimized (ignored). Thanks, LCD, again. Wink
  • ! ELSEIF constructions were not being compiled correctly.

TODO:
  • Bitwise instructions for AND, OR, XOR, NOT
  • CLEAR to fill memory areas
  • READ, DATA and RESTORE
  • SAVE & LOAD