![]() |
New version 1.7.0 released! - Printable Version +- Boriel Basic Forum (https://forum.boriel.com) +-- Forum: Compilers and Computer Languages (https://forum.boriel.com/forumdisplay.php?fid=12) +--- Forum: ZX Basic Compiler (https://forum.boriel.com/forumdisplay.php?fid=11) +--- Thread: New version 1.7.0 released! (/showthread.php?tid=822) |
New version 1.7.0 released! - boriel - 2017-10-06 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 - 2017-10-09 Edited the reserved word list; but not created entries for READ/DATA/RESTORE Re: New version 1.7.0 released! - boriel - 2017-10-09 Oh thanks a lot, Britlion!! I'm going to fill these! Re: New version 1.7.0 released! - boriel - 2017-10-11 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. |