Forum
New version 1.7.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: New version 1.7.0 released! (/showthread.php?tid=822)



New version 1.7.0 released! - boriel - 10-06-2017

Well, long time I don't announce new releases here (usually goes to Facebook or twitter).
This one is version 1.7.0 which includes:

- Some fixes and better stability
- Added (finally!  8) ) READ, DATA and RESTORE which, essentially work very much like the ones in Sinclair BASIC (i.e. DATA with complex expressions supported)
- Can now call SUBs with no parenthesis: mysub 1, 5, a, 3*c    (expanded syntax)
- Can now call FUNctions with 1 or no parameters with no parenthesis.
Download it here: https://zxbasic.readthedocs.io/en/latest/archive/


Re: New version 1.7.0 released! - britlion - 10-09-2017

Edited the reserved word list; but not created entries for READ/DATA/RESTORE


Re: New version 1.7.0 released! - boriel - 10-09-2017

Oh thanks a lot, Britlion!!
I'm going to fill these!


Re: New version 1.7.0 released! - boriel - 10-11-2017

Okay, I've documented (somewhat) them.
See: https://zxbasic.readthedocs.io/en/latest/read/

This can be improved, of course. Any help would be appreciated.