2021-05-08, 07:48 AM
(2021-05-07, 05:24 PM)RandomiserUsr Wrote:(2021-05-06, 11:46 PM)boriel Wrote:(2021-05-02, 12:24 PM)RandomiserUsr Wrote: great and no inconvenience at all just thankful for the tool - let us know what version it is in :-)
Is there list of up and coming features for ZXB ?
thanks
Please, try this version and tell me if it works![]()
http://www.boriel.com/files/zxb/zxbasic-...a26.tar.gz
http://www.boriel.com/files/zxb/zxbasic-...beta26.zip
http://www.boriel.com/files/zxb/zxbasic-...-win32.zip
http://www.boriel.com/files/zxb/zxbasic-...x64.tar.gz
http://www.boriel.com/files/zxb/zxbasic-...cos.tar.gz
Yes this fixes the issue ! :-)
Is there list of up and coming features for ZXB ?
I will publish them in the Changelog.md file when released (you can also have a look at the github log but it might be a bit confusing...). The most important up to the moment are:
- Better code generation (faster and smaller, and still more to come)
- Fixes many bugs (ok, this one included, but this was a bug introduced due to this big change)
- Variables can now have '_' character. So _a_variable is allowed. Also _ or __.
- Config files. You can save your options in config file and load them (i.e. project.ini by default). See --save-config in the help
I still need some extra time to finish some implementations, and that's all.