Forum
Version 1.3.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.3.0 Released! (/showthread.php?tid=542)



Version 1.3.0 Released! - boriel - 04-29-2013

ZX Basic 1.3.0 is out! Download it here

NOTE: This is revision 1.3.0s1022
If you already have it, you don't need to download it again.
  • ! Fixed a bug in USR <string>
  • ! Fixed a bug in SAVE / LOAD
  • ! Fixed a serious bug in the preprocessor
  • ! Fixed a bug with DIM and constants
  • ! Fixed a bug with SHL/SHR for 0 shifts
  • + Added -D option. ZXBASIC now allows commandline macro definition
  • ! Fixed a bug with CODE and INKEY$
  • ! Fixed a bug with string slicing assignation (e.g. a$(3) = "x")
  • ! Fixed a bug with arrays of integer assignation (e.g. a(3) = 5, being a of Integer type)
  • ! Fixed a bug with peephole optimizer (-O3)
  • * Some changes and code refactorization towards 2.x branch
...and much much more.


Re: Version 1.3.0 Released! - LCD - 04-29-2013

1.3.0 msi is 404...


Re: Version 1.3.0 Released! - boriel - 04-29-2013

LCD Wrote:1.3.0 msi is 404...
Odd... can you redownload it now?


Re: Version 1.3.0 Released! - slenkar - 04-29-2013

nice update


Re: Version 1.3.0 Released! - boriel - 04-29-2013

ZX Basic, as I stated before, needs a *huge* refact (I've even considered rewriting it from scratch :!: ) before adding new features, etc. So next release could perfectly be called 1.4.0 or even 2.x. :oops:
If someone dares to test... s/he will be welcome! :twisted:


Re: Version 1.3.0 Released! - LCD - 04-29-2013

boriel Wrote:
LCD Wrote:1.3.0 msi is 404...
Odd... can you redownload it now?
Sorry for letting you wait.
Redownloaded now. OK!
So the -D Option is for creating multilanguage versions... Nice! I will check how is the best way to add it to BorIDE.
Thanks!


Re: Version 1.3.0 Released! - boriel - 05-01-2013

LCD Wrote:
boriel Wrote:
LCD Wrote:1.3.0 msi is 404...
Odd... can you redownload it now?
Sorry for letting you wait.
Redownloaded now. OK!
So the -D Option is for creating multilanguage versions... Nice! I will check how is the best way to add it to BorIDE.
Thanks!
Well, to be pedantically correct: -D Options is for defining macros from the command line. I use the language translation as an example. And nobody commented on it... :?